Tiff Image to Vector
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Annas Anwar
am 21 Feb. 2017
Kommentiert: Annas Anwar
am 21 Feb. 2017
Hi,
How Can I convert a Tiff image into a vector and know the value of column vector?
Thank, Anwar
2 Kommentare
Akzeptierte Antwort
Walter Roberson
am 21 Feb. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!