OTB
9.0.0
Orfeo Toolbox
|
#include <otbSinclairToCovarianceMatrixImageFilter.h>
typedef std::complex< double > | 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 |
Construct the fully polarimetric covariance 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::SinclairToCovarianceMatrixImageFilter to apply it to an image.
Definition at line 68 of file otbSinclairToCovarianceMatrixImageFilter.h.
typedef std::complex<double> otb::Functor::SinclairToCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::ComplexType |
Some typedefs.
Definition at line 72 of file otbSinclairToCovarianceMatrixImageFilter.h.
typedef TOutput::ValueType otb::Functor::SinclairToCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::OutputValueType |
Some typedefs.
Definition at line 73 of file otbSinclairToCovarianceMatrixImageFilter.h.
|
inline |
Some typedefs.
Definition at line 74 of file otbSinclairToCovarianceMatrixImageFilter.h.
|
inlineconstexpr |
Some typedefs.
Definition at line 94 of file otbSinclairToCovarianceMatrixImageFilter.h.