Community Profile

photo

Rashmi


MathWorks MOOC Program

Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to read .raw(hyperspectral image) file in matlab? The hyperspectral image size is 200*1312*97.
Please help me to open this image in Matlab. I want to load this image but it is in .raw format, and as its bigger in size, I ha...

8 years ago | 0 answers | 0

0

answers

Question


How to find the reflectance of hyperspectral image(1312*959*31) and their spectrum ???
S=load('Daylight_Scene_06.mat') image1=S.tensor(:,:,1); imshow(image1); x1=imcrop(image1,[20 50 670 680]); imshow(x1);

8 years ago | 0 answers | 0

0

answers

Question


How to take the mean of hyperspectral image of size (1312*959*31) and plot its spectrum in matlab 7.0 after masking the specific part ?
S=load('Daylight_Scene_06.mat'); image1=S.tensor; image1=S.tensor(:,:,1); %S.tensor(:,:,k) k wavelengths imshow(imag...

8 years ago | 1 answer | 0

1

answer