Tiff Image to Vector
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Annas Anwar
il 21 Feb 2017
Commentato: Annas Anwar
il 21 Feb 2017
Hi,
How Can I convert a Tiff image into a vector and know the value of column vector?
Thank, Anwar
2 Commenti
Risposta accettata
Walter Roberson
il 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Read, Write, and Modify Image in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!