from where i can get required data of hyperspectral image for reading it in matlab using multibandread function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (4)
Image Analyst
el 23 de Nov. de 2012
I guess I'd ask the person or organization who created the image.
0 comentarios
Walter Roberson
el 23 de Nov. de 2012
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 comentarios
ALINA
el 4 de En. de 2014
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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!