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

#include <otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h>

Public Types

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

Public Member Functions

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

Detailed Description

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

Evaluate the Coherency matrix from the Covariance image.

Output value are:

The output pixel has 6 channels : the diagonal and the upper element of the reciprocal matrix. Element are stored from left to right, line by line.

Use otbReciprocalCovarianceToReciprocalCoherencyImageFilter to apply it to an image.

See also
CovarianceToCircularCoherencyDegreeImageFilter
ReciprocalCovarianceToReciprocalCoherencyDegreeImageFilter

Definition at line 60 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.

Member Typedef Documentation

◆ ComplexType

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

◆ OutputValueType

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

Member Function Documentation

◆ operator()()

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

◆ OutputSize()

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

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