Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Meghraj Kc
Meghraj Kc le 26 Avr 2022
Réponse apportée : Vidip le 20 Déc 2023
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?

Réponses (1)

Vidip
Vidip le 20 Déc 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:

Catégories

En savoir plus sur Hyperspectral Image Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by