OTB
9.0.0
Orfeo Toolbox
|
#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 |
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.
Definition at line 60 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.
typedef std::complex<double> otb::Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInput, TOutput >::ComplexType |
Definition at line 63 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.
typedef TOutput::ValueType otb::Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInput, TOutput >::OutputValueType |
Definition at line 64 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.
|
inline |
Definition at line 66 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.
|
inlineconstexpr |
Definition at line 88 of file otbReciprocalCovarianceToReciprocalCoherencyImageFilter.h.