Difficulty displaying canopy height data from a .tif file
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Sukuchha
2011 年 7 月 25 日
when dispalying the matrix, use imshow ( A,[]) ; where A is your matrix which has your tif data !
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!