rrs
Description
computes remote sensing reflectance (RRS) values. The remote sensing reflectance values are
the atmospherically corrected values. The function first computes the water leaving radiance
and then, estimates RRS as the ratio of water leaving radiance to solar irradiance at the
top of the atmosphere (TOA).newhcube
= rrs(hcube
)
The pixels values of the data cube must be TOA radiance values. If the values are
digital numbers, use the dn2radiance
function to compute the TOA radiance values. This method gives best results for
multispectral data.
[
also returns a region mask indicating the clear water regions in the input satellite data. newhcube
,mask
] = rrs(hcube
)
Note
This function requires the Hyperspectral Imaging Library for Image Processing Toolbox™. You can install the Hyperspectral Imaging Library for Image Processing Toolbox from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
The Hyperspectral Imaging Library for Image Processing Toolbox requires desktop MATLAB®, as MATLAB Online™ or MATLAB Mobile™ do not support the library.
Examples
Input Arguments
Output Arguments
References
[1] Wang, Deyu, Xuezhi Feng, Ronghua Ma, and Guoding Kang. “A Method for Retrieving Water-Leaving Radiance from Landsat TM Image in Taihu Lake, East China.” Chinese Geographical Science 17, no. 4 (December 2007): 364–69. https://doi.org/10.1007/s11769-007-0364-7.
Version History
Introduced in R2020b