How to convert raw HS image Lake Monona, Mt. St. Helens, Hawaii into .mat file

1 次查看(过去 30 天)
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 个)

产品


版本

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by