Introduction - If you have any usage issues, please Google them yourself
The hyperspectral remote sensing images of ENVI software standard format contain two parts: one is hyperspectral image'*.img ', the other is the remote sensing image header file'*.hdr', which records the information of remote sensing image, such as image size, band number, data type and size end, etc. If there is no header file, it will not be able to read remote sensing images, so header files are very important.
In Matlab, multibandread () is used to read multiband (hyperspectral / multispectral) images.