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

15 vues (au cours des 30 derniers jours)
Shrish Bajpai
Shrish Bajpai le 13 Mai 2019
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),[])

Réponses (0)

Catégories

En savoir plus sur Hyperspectral Image Processing dans Help Center et File Exchange

Produits


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by