OTB
9.0.0
Orfeo Toolbox
|
#include <otbSinclairToCoherencyMatrixImageFilter.h>
typedef double | RealType |
typedef std::complex< RealType > | ComplexType |
typedef TOutput::ValueType | OutputValueType |
void | operator() (TOutput &result, const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svh, const TInput4 &Svv) const |
constexpr vcl_size_t | OutputSize (...) const |
SinclairToCoherencyMatrixFunctor () | |
virtual | ~SinclairToCoherencyMatrixFunctor () |
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.
Use otb::SinclairToCoherencyMatrixImageFilter to apply it to an image.
Definition at line 68 of file otbSinclairToCoherencyMatrixImageFilter.h.
typedef std::complex<RealType> otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::ComplexType |
Some typedefs.
Definition at line 73 of file otbSinclairToCoherencyMatrixImageFilter.h.
typedef TOutput::ValueType otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::OutputValueType |
Some typedefs.
Definition at line 74 of file otbSinclairToCoherencyMatrixImageFilter.h.
typedef double otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::RealType |
Some typedefs.
Definition at line 72 of file otbSinclairToCoherencyMatrixImageFilter.h.
|
inline |
Constructor
Definition at line 109 of file otbSinclairToCoherencyMatrixImageFilter.h.
|
inlinevirtual |
Destructor
Definition at line 114 of file otbSinclairToCoherencyMatrixImageFilter.h.
|
inline |
Some typedefs.
Definition at line 75 of file otbSinclairToCoherencyMatrixImageFilter.h.
|
inlineconstexpr |
Some typedefs.
Definition at line 102 of file otbSinclairToCoherencyMatrixImageFilter.h.