How to find the reflectance of hyperspectral image(1312*959*31) and their spectrum ???

2 views (last 30 days)
S=load('Daylight_Scene_06.mat') image1=S.tensor(:,:,1); imshow(image1); x1=imcrop(image1,[20 50 670 680]); imshow(x1);

Answers (0)

Community Treasure Hunt

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

Start Hunting!