from where i can get required data of hyperspectral image for reading it in matlab using multibandread function

3 visualizaciones (últimos 30 días)
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?

Respuestas (4)

Image Analyst
Image Analyst el 23 de Nov. de 2012
I guess I'd ask the person or organization who created the image.

Walter Roberson
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.

ALINA
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.

Cong Huynh
Cong Huynh el 14 de Ag. de 2015
Editada: Walter Roberson el 14 de Ag. de 2015
AVIRIS website is a place to look at http://aviris.jpl.nasa.gov/

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by