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

#include <otbReflectanceToImageImageFilter.h>

Public Types

typedef Functor::RadianceToImageImageFunctor< TInput, TOutput > LumToImFunctorType
 
typedef Functor::ReflectanceToRadianceImageFunctor< TInput, TOutput > ReflecToLumFunctorType
 

Public Member Functions

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

Private Attributes

LumToImFunctorType m_LumToImFunctor
 
ReflecToLumFunctorType m_ReflecToLumFunctor
 

Detailed Description

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

Call the ReflectanceToRadianceFunctor over the input and the RadianceToImageFunctor to this result.

See also
ReflectanceToImageImageFilter

Definition at line 46 of file otbReflectanceToImageImageFilter.h.

Member Typedef Documentation

◆ LumToImFunctorType

template<class TInput , class TOutput >
typedef Functor::RadianceToImageImageFunctor<TInput, TOutput> otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::LumToImFunctorType

Definition at line 56 of file otbReflectanceToImageImageFilter.h.

◆ ReflecToLumFunctorType

template<class TInput , class TOutput >
typedef Functor::ReflectanceToRadianceImageFunctor<TInput, TOutput> otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::ReflecToLumFunctorType

Definition at line 57 of file otbReflectanceToImageImageFilter.h.

Constructor & Destructor Documentation

◆ ReflectanceToImageImageFunctor()

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

Definition at line 49 of file otbReflectanceToImageImageFilter.h.

◆ ~ReflectanceToImageImageFunctor()

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

Definition at line 52 of file otbReflectanceToImageImageFilter.h.

Member Function Documentation

◆ GetAlpha()

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

◆ GetBeta()

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

◆ GetIlluminationCorrectionCoefficient()

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

◆ GetSolarIllumination()

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

◆ operator()()

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

◆ SetAlpha()

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

◆ SetBeta()

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

◆ SetIlluminationCorrectionCoefficient()

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

◆ SetSolarIllumination()

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

Member Data Documentation

◆ m_LumToImFunctor

template<class TInput , class TOutput >
LumToImFunctorType otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::m_LumToImFunctor
private

◆ m_ReflecToLumFunctor

template<class TInput , class TOutput >
ReflecToLumFunctorType otb::Functor::ReflectanceToImageImageFunctor< TInput, TOutput >::m_ReflecToLumFunctor
private

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