Borrar filtros
Borrar filtros

How can I read the img file to extract the information of radiance from that file?

2 visualizaciones (últimos 30 días)
I have the file name "f110515t01p00r06rdn_c_sc01_ort_img" which is the image file and can be opened in the ENVI software. I want to open this file to get the information about the hyperpsectral radiance value.
How can I do this?

Respuestas (1)

Vidip
Vidip el 20 de Dic. de 2023
I understand that you want to open and access the hyperpsectral radiance values from the "f110515t01p00r06rdn_c_sc01_ort_img" file in MATLAB.
The hypercube function reads hyperspectral data and returns a hypercube object. The object contains the hyperspectral data cube and its related properties. Use the object functions to remove or select a desired hyperspectral band, assign new pixels values, generate coloured image, and write hyperspectral data to the ENVI (environment for visualizing images) file format.
For further information, refer to the documentation link below:

Categorías

Más información sobre Hyperspectral Image Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by