Tiff Image to Vector

2 次查看(过去 30 天)
Hi,
How Can I convert a Tiff image into a vector and know the value of column vector?
Thank, Anwar
  2 个评论
KSSV
KSSV 2017-2-21
What tiff it is? A geo-tiff or image ?
Annas Anwar
Annas Anwar 2017-2-21
Actually, Image in geo-tiff format such as satellite image

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2017-2-21
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.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by