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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!