How can I read the img file to extract the information of radiance from that file?
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Vidip
2023-12-20
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:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!