Difficulty displaying canopy height data from a .tif file
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Sukuchha
el 25 de Jul. de 2011
when dispalying the matrix, use imshow ( A,[]) ; where A is your matrix which has your tif data !
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!