OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Private Attributes | List of all members
otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput > Class Template Reference

#include <otbImageToReflectanceImageFilter.h>

Public Types

typedef Functor::ImageToRadianceImageFunctor< TInput, TOutput > ImToLumFunctorType
 
typedef Functor::RadianceToReflectanceImageFunctor< TInput, TOutput > LumToReflecFunctorType
 

Public Member Functions

double GetAlpha ()
 
double GetBeta ()
 
double GetIlluminationCorrectionCoefficient ()
 
double GetSolarIllumination ()
 
bool GetUseClamp ()
 
 ImageToReflectanceImageFunctor ()
 
TOutput operator() (const TInput &inPixel) const
 
void SetAlpha (double alpha)
 
void SetBeta (double beta)
 
void SetIlluminationCorrectionCoefficient (double coef)
 
void SetSolarIllumination (double solarIllumination)
 
void SetUseClamp (bool useClamp)
 
virtual ~ImageToReflectanceImageFunctor ()
 

Private Attributes

ImToLumFunctorType m_ImToLumFunctor
 
LumToReflecFunctorType m_LumToReflecFunctor
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >

Call the ImageToRadianceFunctor over the input and the RadianceToReflectanceFunctor to this result.

See also
ImageToReflectanceImageFilter

Definition at line 46 of file otbImageToReflectanceImageFilter.h.

Member Typedef Documentation

◆ ImToLumFunctorType

template<class TInput , class TOutput >
typedef Functor::ImageToRadianceImageFunctor<TInput, TOutput> otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::ImToLumFunctorType

Definition at line 56 of file otbImageToReflectanceImageFilter.h.

◆ LumToReflecFunctorType

template<class TInput , class TOutput >
typedef Functor::RadianceToReflectanceImageFunctor<TInput, TOutput> otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::LumToReflecFunctorType

Definition at line 57 of file otbImageToReflectanceImageFilter.h.

Constructor & Destructor Documentation

◆ ImageToReflectanceImageFunctor()

template<class TInput , class TOutput >
otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::ImageToReflectanceImageFunctor ( )
inline

Definition at line 49 of file otbImageToReflectanceImageFilter.h.

◆ ~ImageToReflectanceImageFunctor()

template<class TInput , class TOutput >
virtual otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::~ImageToReflectanceImageFunctor ( )
inlinevirtual

Definition at line 52 of file otbImageToReflectanceImageFilter.h.

Member Function Documentation

◆ GetAlpha()

template<class TInput , class TOutput >
double otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::GetAlpha ( )
inline

◆ GetBeta()

template<class TInput , class TOutput >
double otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::GetBeta ( )
inline

◆ GetIlluminationCorrectionCoefficient()

template<class TInput , class TOutput >
double otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::GetIlluminationCorrectionCoefficient ( )
inline

◆ GetSolarIllumination()

template<class TInput , class TOutput >
double otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::GetSolarIllumination ( )
inline

◆ GetUseClamp()

template<class TInput , class TOutput >
bool otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::GetUseClamp ( )
inline

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::operator() ( const TInput &  inPixel) const
inline

◆ SetAlpha()

template<class TInput , class TOutput >
void otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::SetAlpha ( double  alpha)
inline

◆ SetBeta()

template<class TInput , class TOutput >
void otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::SetBeta ( double  beta)
inline

◆ SetIlluminationCorrectionCoefficient()

template<class TInput , class TOutput >
void otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::SetIlluminationCorrectionCoefficient ( double  coef)
inline

◆ SetSolarIllumination()

template<class TInput , class TOutput >
void otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::SetSolarIllumination ( double  solarIllumination)
inline

◆ SetUseClamp()

template<class TInput , class TOutput >
void otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::SetUseClamp ( bool  useClamp)
inline

Member Data Documentation

◆ m_ImToLumFunctor

template<class TInput , class TOutput >
ImToLumFunctorType otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::m_ImToLumFunctor
private

◆ m_LumToReflecFunctor

template<class TInput , class TOutput >
LumToReflecFunctorType otb::Functor::ImageToReflectanceImageFunctor< TInput, TOutput >::m_LumToReflecFunctor
private

The documentation for this class was generated from the following file: