필터 지우기
필터 지우기

Hyperspectral image not displaying correctly

조회 수: 1 (최근 30일)
sushant
sushant 2013년 3월 31일
I'm trying to read and display a E0-1 hyperspectral image. Here's the code I've written:
  • clc
  • clear all
  • I = multibandread('flaash',[3191,911,196],'int16',0,'bil','ieee-le',{'Band','Direct',[29,23,16]});
  • imshow(I)
The image is being displayed but it appears in black and white. The image strip appears white and all the features turn white. I can't make out anything in the image except that it appears white.
Can anyone help me out?
Thank you!!

답변 (1개)

Anand
Anand 2013년 4월 1일
Try the decorrstretch function.
The first example should be relevant to you.

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by