I need a coding for hyper spectral image using dwt.
4 ビュー (過去 30 日間)
古いコメントを表示
my project is on compresion of HSI images. I need a data set of HSI and how to load Image can any one please help me with this.
0 件のコメント
回答 (5 件)
Walter Roberson
2017 年 11 月 21 日
3 件のコメント
Walter Roberson
2017 年 11 月 21 日
You are going to need to post the complete error message, everything in red, as nothing in the code you posted can cause that error.
What is the name of the file that you stored that code into?
The code you posted can cause the error
Error using load
Unable to read file 'indian_pines'. No such file or directory.
Walter Roberson
2017 年 11 月 21 日
indian_pines.mat is available from http://www.ehu.eus/ccwintco/index.php?title=Hyperspectral_Remote_Sensing_Scenes
Fatima Munvar
2017 年 11 月 21 日
4 件のコメント
Walter Roberson
2017 年 11 月 21 日
That code requires that you have a file named 'dc.mat' somewhere on your MATLAB path.
Fatima Munvar
2017 年 11 月 23 日
1 件のコメント
Walter Roberson
2017 年 11 月 23 日
https://www.mathworks.com/help/matlab/ref/multibandread.html linked to above, has examples.
There are multiple ways to display. If you have a relatively recent MATLAB, you can use volumeViewer
Fatima Munvar
2017 年 11 月 23 日
1 件のコメント
Walter Roberson
2017 年 11 月 23 日
Use pathtool to ensure that it is on your MATLAB path.
Do not expect it to show up in the "Apps" tab: you will need to invoke it by name.
参考
カテゴリ
Help Center および File Exchange で Hyperspectral Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!