Statistics
3 Questions
0 Answers
RANK
164,506
of 301,195
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,190
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,322
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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...
10 years ago | 0 answers | 0
0
answersQuestion
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);
10 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 1 answer | 0
