필터 지우기
필터 지우기

Opening a hyperspectral image and retriving spectral plot.

조회 수: 2 (최근 30일)
ALINA
ALINA 2014년 1월 14일
댓글: ALINA 2014년 1월 15일
hi sir, This is the code I wrote.
X=multibandread('EO1H1460512012064110KZ_L1T.dat',[215,151,155],'uint16',0,'bil','ieee-le',{'Band','Direct',[54,29,16]});
This is a subsetted portion of the actual image which has (3481,1091,242) dimension. I am not able to see the proper image, and also it has 155 bands but they show the size as only 3.I want to retrieve the spectral plot of a pixel from all 155 bands.I am not getting it.
Sir can you please help me with the code.

답변 (1개)

Image Analyst
Image Analyst 2014년 1월 14일
What does
size(X)
report? And you can pullout up to 3 bands and show them as an image. So why are you saying you can't see images?
  댓글 수: 1
ALINA
ALINA 2014년 1월 15일
size gives=[215 151 3] as output.The image is obtained but with less clarity. The problem is with the spectral plot.how can we retrieve that with just three bands.

댓글을 달려면 로그인하십시오.

카테고리

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