How to open the gray scale image of Digital surface model (DSM)?
이전 댓글 표시
I have a gray scale image of Digital Surface Model (DSM). I tried to open it with imread() from image processing toolbox but it only shows me a white image. when I open the matrix of image I found the weird numbers as matrix arrays and I attach the example here. My question is why it happens and how can I solve it?
Thanks in advance.
90-
답변 (1개)
Laurent
2013년 11월 19일
What if you use imagesc to show your image? There might be a problem with the scaling of your image.
imagesc(I)
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!