필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Meghraj Kc
Meghraj Kc 2022년 4월 26일
답변: Vidip 2023년 12월 20일
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?

답변 (1개)

Vidip
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:

카테고리

Help CenterFile Exchange에서 Hyperspectral Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by