OTB
9.0.0
Orfeo Toolbox
|
#include <otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h>
Public Types | |
typedef std::complex< RealType > | ComplexType |
typedef TOutput::ValueType | OutputValueType |
typedef double | RealType |
typedef SinclairToReciprocalCovarianceMatrixFunctor< ComplexType, ComplexType, ComplexType, TOutput > | SinclairToReciprocalCovarianceFunctorType |
Public Member Functions | |
void | operator() (TOutput &result, const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svv) const |
constexpr vcl_size_t | OutputSize (...) const |
Construct the fully reciprocal polarimetric circular covariance matrix with Sinclair matrix information.
Output value are:
This is a adaptation of the SinclairToCircularCovarianceMatrixFunctor, where .
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 otb::SinclairToReciprocalCircularCovarianceMatrixImageFilter to apply it to an image.
Definition at line 68 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.
typedef std::complex<RealType> otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::ComplexType |
Definition at line 73 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.
typedef TOutput::ValueType otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::OutputValueType |
Definition at line 74 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.
typedef double otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::RealType |
Some typedefs.
Definition at line 72 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.
typedef SinclairToReciprocalCovarianceMatrixFunctor<ComplexType, ComplexType, ComplexType, TOutput> otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::SinclairToReciprocalCovarianceFunctorType |
Definition at line 75 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.
|
inline |
Definition at line 77 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.
|
inlineconstexpr |
Definition at line 99 of file otbSinclairToReciprocalCircularCovarianceMatrixImageFilter.h.