Tiff Image to Vector

2 Ansichten (letzte 30 Tage)
Annas Anwar
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
KSSV
KSSV am 21 Feb. 2017
What tiff it is? A geo-tiff or image ?
Annas Anwar
Annas Anwar am 21 Feb. 2017
Actually, Image in geo-tiff format such as satellite image

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
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.
  1 Kommentar
Annas Anwar
Annas Anwar am 21 Feb. 2017
Thank you for your answer. I will try it.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

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!

Translated by