from where i can get required data of hyperspectral image for reading it in matlab using multibandread function
1 次查看(过去 30 天)
显示 更早的评论
from where i can get required data of hyperspectral image for reading it in matlab using multibandread function
[Merged information from duplicate question]
For a hyperspectral image, I can read in matlab using multibandread function, but this function requires information of image like number of bands, interleave format etc. I do not have this information. So how it is possible to read it into matlab without having this information, or where can I get this information?
0 个评论
回答(4 个)
Walter Roberson
2012-11-23
There are only a finite number of possibilities, and the search space can be reduced by factoring the size of the file (e.g., if the size of the file is not a multiple of 5, then there could not be 5 bands.) So try them all, and hope that you recognize the "correct" version when you see it.
Unless, that is, the image has header information: if it does then factoring will not work. And if the data is compressed then factoring will not work either. But if you can identify the file type, it could be that the headers will hint about the organization of the data. Maybe.
Asking the source of the data is much easier and more reliable.
0 个评论
ALINA
2014-1-4
you can download the image from USGS website.You will get a header file in which you can view informations.Use the software ENVI for image processing.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!