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

#include <otbReciprocalCovarianceToCoherencyDegreeImageFilter.h>

Public Types

typedef std::complex< double > ComplexType
 
typedef TOutput::ValueType OutputValueType
 
typedef double RealType
 

Public Member Functions

void operator() (TOutput &result, const TInput &Covariance) const
 
constexpr vcl_size_t OutputSize (...) const
 

Static Private Attributes

static constexpr double m_Epsilon = 1e-6
 

Detailed Description

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

Evaluate the Coherency Degree coefficient from from the MLC image.

Output value are:

See also
MLCToCircularCoherencyDegreeImageFilter
ReciprocalCovarianceToCoherencyImageFilter

Definition at line 53 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.

Member Typedef Documentation

◆ ComplexType

template<class TInput , class TOutput >
typedef std::complex<double> otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::ComplexType

◆ OutputValueType

template<class TInput , class TOutput >
typedef TOutput::ValueType otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::OutputValueType

◆ RealType

template<class TInput , class TOutput >
typedef double otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::RealType

Member Function Documentation

◆ operator()()

template<class TInput , class TOutput >
void otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::operator() ( TOutput &  result,
const TInput &  Covariance 
) const
inline

◆ OutputSize()

template<class TInput , class TOutput >
constexpr vcl_size_t otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::OutputSize (   ...) const
inlineconstexpr

Member Data Documentation

◆ m_Epsilon

template<class TInput , class TOutput >
constexpr double otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::m_Epsilon = 1e-6
staticconstexprprivate

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