How to find the reflectance of hyperspectral image(1312*959*31) and their spectrum ???
2 views (last 30 days)
Show older comments
S=load('Daylight_Scene_06.mat') image1=S.tensor(:,:,1); imshow(image1); x1=imcrop(image1,[20 50 670 680]); imshow(x1);
1 Comment
Image Analyst
on 12 Jan 2016
Your image is probably the spectral reflectance. You have to know more about the optics to get the other two.
Answers (0)
See Also
Categories
Find more on Hyperspectral Image Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!