How can i use this image file in matlab?

1 vue (au cours des 30 derniers jours)
D.Regan
D.Regan le 20 Jan 2014
Commenté : Walter Roberson le 22 Jan 2014
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 commentaire
Bruno Pop-Stefanov
Bruno Pop-Stefanov le 20 Jan 2014
Can you edit your question and attach your TIFF file so that I can try?

Connectez-vous pour commenter.

Réponse acceptée

Nitin
Nitin le 22 Jan 2014
Modifié(e) : Nitin le 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))
  1 commentaire
Walter Roberson
Walter Roberson le 22 Jan 2014
You might need imshow(I(:,:,17), [])

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by