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!