Hi,
How Can I convert a Tiff image into a vector and know the value of column vector?
Thank, Anwar

2 个评论

What tiff it is? A geo-tiff or image ?
Actually, Image in geo-tiff format such as satellite image

请先登录,再进行评论。

 采纳的回答

Walter Roberson
Walter Roberson 2017-2-21

0 个投票

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 个)

类别

帮助中心File Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by