OTB
9.0.0
Orfeo Toolbox
|
#include <otbReflectanceToRadianceImageFilter.h>
Public Member Functions | |
double | GetIlluminationCorrectionCoefficient () |
double | GetSolarIllumination () |
TOutput | operator() (const TInput &inPixel) const |
ReflectanceToRadianceImageFunctor () | |
void | SetIlluminationCorrectionCoefficient (double coef) |
void | SetSolarIllumination (double solarIllumination) |
virtual | ~ReflectanceToRadianceImageFunctor () |
Private Attributes | |
double | m_IlluminationCorrectionCoefficient |
double | m_SolarIllumination |
Compute radiance from the reflectance value.
Divide by Pi and multiply by an illumination correction coefficient and the given solar illumination.
Definition at line 51 of file otbReflectanceToRadianceImageFilter.h.
|
inline |
Definition at line 54 of file otbReflectanceToRadianceImageFilter.h.
|
inlinevirtual |
Definition at line 58 of file otbReflectanceToRadianceImageFilter.h.
|
inline |
Definition at line 75 of file otbReflectanceToRadianceImageFilter.h.
References otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::m_IlluminationCorrectionCoefficient.
Referenced by otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::GetIlluminationCorrectionCoefficient().
|
inline |
Definition at line 71 of file otbReflectanceToRadianceImageFilter.h.
References otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::m_SolarIllumination.
Referenced by otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::GetSolarIllumination().
|
inline |
|
inline |
Definition at line 66 of file otbReflectanceToRadianceImageFilter.h.
References otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::m_IlluminationCorrectionCoefficient.
Referenced by otb::ReflectanceToRadianceImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), and otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::SetIlluminationCorrectionCoefficient().
|
inline |
Definition at line 62 of file otbReflectanceToRadianceImageFilter.h.
References otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::m_SolarIllumination.
Referenced by otb::ReflectanceToRadianceImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), and otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::SetSolarIllumination().
|
private |
Definition at line 92 of file otbReflectanceToRadianceImageFilter.h.
Referenced by otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::GetIlluminationCorrectionCoefficient(), otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::operator()(), and otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::SetIlluminationCorrectionCoefficient().
|
private |
Definition at line 91 of file otbReflectanceToRadianceImageFilter.h.
Referenced by otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::GetSolarIllumination(), otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::operator()(), and otb::Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput >::SetSolarIllumination().