How to convert raw HS image Lake Monona, Mt. St. Helens, Hawaii into .mat file
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Hyperspectral Image Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!