Difficulty displaying canopy height data from a .tif file
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have created a canopy height model which is in .tif format. In ArcMap this displays fine as I stretch the image using stretch type: standard deviations.
I have read the image into Matlab using imread and it is displaying the unstretched values. I was wondering if there is a way of calculating and displaying the stretched values, as in Arc?
Thanks in advance for any help,
Laura
0 Commenti
Risposta accettata
Sukuchha
il 25 Lug 2011
when dispalying the matrix, use imshow ( A,[]) ; where A is your matrix which has your tif data !
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!