How can i use this image file in matlab?

1 回表示 (過去 30 日間)
D.Regan
D.Regan 2014 年 1 月 20 日
コメント済み: Walter Roberson 2014 年 1 月 22 日
I could read the above file using geotiffread fn, but I can't display the file using mapshow fn. how can I do this? The file from Bhuvan, NRSC is attached with this..
  1 件のコメント
Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014 年 1 月 20 日
Can you edit your question and attach your TIFF file so that I can try?

サインインしてコメントする。

採用された回答

Nitin
Nitin 2014 年 1 月 22 日
編集済み: Nitin 2014 年 1 月 22 日
Hi, you image size is
Name Size Bytes Class Attributes
I 250x282x17 2397000 uint16
You can display the image for example using: imshow(I(:,:,17))
  1 件のコメント
Walter Roberson
Walter Roberson 2014 年 1 月 22 日
You might need imshow(I(:,:,17), [])

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by