Tiff Image to Vector
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Annas Anwar
el 21 de Feb. de 2017
Comentada: Annas Anwar
el 21 de Feb. de 2017
Hi,
How Can I convert a Tiff image into a vector and know the value of column vector?
Thank, Anwar
2 comentarios
Respuesta aceptada
Walter Roberson
el 21 de Feb. de 2017
For plain Tiff files, imread() the file and then reshape() into a vector.
For more complicated Tiff files, you might need to use the Tiff class to read the parts of the file.
Más respuestas (0)
Ver también
Categorías
Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!