![]() |
Orfeo Toolbox
3.16
|
Construct the fully polarimetric coherency matrix with Sinclair matrix information. More...
#include <otbSinclairToCoherencyMatrixFunctor.h>
Public Types | |
| typedef std::complex< RealType > | ComplexType |
| typedef TOutput::ValueType | OutputValueType |
| typedef double | RealType |
Public Member Functions | |
| SinclairToCoherencyMatrixFunctor () | |
| virtual | ~SinclairToCoherencyMatrixFunctor () |
| unsigned int | GetNumberOfComponentsPerPixel () |
| TOutput | operator() (const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svh, const TInput4 &Svv) |
Static Private Attributes | |
| static const unsigned int | m_NumberOfComponentsPerPixel = 10 |
Construct the fully polarimetric coherency matrix with Sinclair matrix information.
Output value are:










The output pixel has 10 channels : the diagonal and the upper element of the matrix. Element are stored from left to right, line by line.
Definition at line 60 of file otbSinclairToCoherencyMatrixFunctor.h.
| typedef std::complex<RealType> otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::ComplexType |
Definition at line 65 of file otbSinclairToCoherencyMatrixFunctor.h.
| typedef TOutput::ValueType otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::OutputValueType |
Definition at line 66 of file otbSinclairToCoherencyMatrixFunctor.h.
| typedef double otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::RealType |
Some typedefs.
Definition at line 64 of file otbSinclairToCoherencyMatrixFunctor.h.
|
inline |
Constructor
Definition at line 106 of file otbSinclairToCoherencyMatrixFunctor.h.
|
inlinevirtual |
Destructor
Definition at line 109 of file otbSinclairToCoherencyMatrixFunctor.h.
|
inline |
Definition at line 100 of file otbSinclairToCoherencyMatrixFunctor.h.
|
inline |
Definition at line 67 of file otbSinclairToCoherencyMatrixFunctor.h.
|
staticprivate |
Definition at line 116 of file otbSinclairToCoherencyMatrixFunctor.h.
Referenced by otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::GetNumberOfComponentsPerPixel(), and otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::operator()().