dn 2 reflectance imagery

조회 수: 5 (최근 30일)
N/A
N/A 2020년 12월 16일
편집: Rik 2021년 11월 11일
Is there any way to convert multispectral images from DN values to reflectance values? I've found the dn2reflectance, but am not sure that would work with multispectral data rather than hyperspectral data.
  댓글 수: 1
Rik
Rik 2021년 9월 17일
Regarding your flag: once you receive an answer it is no longer possible to delete your question. If you feel it is unclear, feel free to clarify it by editing it, or my posting a comment on the question or the answer.
Just in case you decide to edit away the question I have made a capture of this page, so it can easily be restored.

댓글을 달려면 로그인하십시오.

답변 (1개)

Subhadeep Koley
Subhadeep Koley 2020년 12월 28일
편집: Subhadeep Koley 2020년 12월 28일
dn2reflectance(__) would work fine as long as the metadata of you multispectral image contains the reflectance gain values. Below is an example script.
% Read the image
DNimg = hypercube('yourFileName.hdr');
% Convert from Digial Number to reflectance
reflectanceImg = dn2reflectance(DNimg);
All the above mentioned fetures come under Image Processing Toolbox's Hyperspectral Imaging Library support package, and can be downloaded from here.

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by