OTB
9.0.0
Orfeo Toolbox
|
#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 |
Evaluate the Coherency Degree coefficient from from the MLC image.
Output value are:
Definition at line 53 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
typedef std::complex<double> otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::ComplexType |
Definition at line 57 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
typedef TOutput::ValueType otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::OutputValueType |
Definition at line 58 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
typedef double otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::RealType |
Definition at line 56 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
|
inline |
Definition at line 60 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
References otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::m_Epsilon.
|
inlineconstexpr |
Definition at line 93 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
|
staticconstexprprivate |
Definition at line 100 of file otbReciprocalCovarianceToCoherencyDegreeImageFilter.h.
Referenced by otb::Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInput, TOutput >::operator()().