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!