![]() |
Orfeo Toolbox
3.16
|
Construct the fully reciprocal polarimetric circular covariance matrix with Sinclair matrix information. More...
#include <otbSinclairToReciprocalCircularCovarianceMatrixFunctor.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 | |
| SinclairToReciprocalCircularCovarianceMatrixFunctor () | |
| virtual | ~SinclairToReciprocalCircularCovarianceMatrixFunctor () |
| unsigned int | GetNumberOfComponentsPerPixel () |
| TOutput | operator() (const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svv) |
Private Attributes | |
| unsigned int | m_NumberOfComponentsPerPixel |
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.
Definition at line 58 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
| typedef std::complex<RealType> otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::ComplexType |
Definition at line 63 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
| typedef TOutput::ValueType otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::OutputValueType |
Definition at line 64 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
| typedef double otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::RealType |
Some typedefs.
Definition at line 62 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
| typedef SinclairToReciprocalCovarianceMatrixFunctor<ComplexType, ComplexType, ComplexType, TOutput> otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::SinclairToReciprocalCovarianceFunctorType |
Definition at line 65 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
|
inline |
Constructor
Definition at line 100 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
|
inlinevirtual |
Destructor
Definition at line 103 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
|
inline |
|
inline |
|
private |
Definition at line 109 of file otbSinclairToReciprocalCircularCovarianceMatrixFunctor.h.
Referenced by otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::GetNumberOfComponentsPerPixel(), and otb::Functor::SinclairToReciprocalCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::operator()().