How can i use this image file in matlab?

2 views (last 30 days)
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 Comment
Bruno Pop-Stefanov
Bruno Pop-Stefanov on 20 Jan 2014
Can you edit your question and attach your TIFF file so that I can try?

Sign in to comment.

Accepted Answer

Nitin
Nitin on 22 Jan 2014
Edited: Nitin on 22 Jan 2014
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))

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!