what is the Matlab Code for compression of hyperspectral image 'ErtaAle'?

1 次查看(过去 30 天)
I have written this code line but not getting the proper image.
X = multibandread('ErtaAle.bip',[512,680,224],'*uint16',0,'bip','ieee-be');
  2 个评论
Walter Roberson
Walter Roberson 2019-5-27
We do not know where you got the file from.
The only reference I can find to that file is in https://kumaraguruece.files.wordpress.com/2016/10/hybrid-compression-of-hyperspectral.pdf which says "Each image has width 256 cross-track samples, 242 spectral channels, and the height indicated in the table below". A later sentence hints that it is 256 x 256 x 224.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2019-5-27
X = multibandread('ErtaAle-3187.bip', [3187,256,242], '*uint16', 0, 'bip', 'ieee-le');
  3 个评论
Utkarsh Awasthi
Utkarsh Awasthi 2019-5-28
Dear Sir,
Thank you so much for helping me throughout the problem.
Your solution was very helpful

请先登录,再进行评论。

更多回答(1 个)

Shrish Bajpai
Shrish Bajpai 2019-5-28
X = multibandread('LakeMonona.bip', [3176,256,242], '*uint16', 0, 'bip', 'ieee-le');
or
X = multibandread('MtStHelens.bip', [3242,256,242], '*uint16', 0, 'bip', 'ieee-le');

类别

Help CenterFile Exchange 中查找有关 Hyperspectral Image Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by