Clear Filters
Clear Filters

Tiff Image to Vector

6 views (last 30 days)
Annas Anwar
Annas Anwar on 21 Feb 2017
Commented: Annas Anwar on 21 Feb 2017
Hi,
How Can I convert a Tiff image into a vector and know the value of column vector?
Thank, Anwar
  2 Comments
KSSV
KSSV on 21 Feb 2017
What tiff it is? A geo-tiff or image ?
Annas Anwar
Annas Anwar on 21 Feb 2017
Actually, Image in geo-tiff format such as satellite image

Sign in to comment.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!