How to convert raw HS image Lake Monona, Mt. St. Helens, Hawaii into .mat file
1 view (last 30 days)
Show older comments
I am unable to draw the image frames of the mention HS images (https://coding.jpl.nasa.gov/hyperspectral/) through the matlab command multibandread.
I use the following line. Let me know where I am wrong.
X = multibandread('hawaii_sc01.raw', [512, 614, 224], '*uint16', 0, 'bip', 'ieee-be');
figure; imshow(X(:,:,1),[])
X = multibandread('LakeMonona.bip',[256 256 242],'int12',0,'bip','ieee-be');
figure; imshow(X(:,:,1),[])
0 Comments
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!