OTB
9.0.0
Orfeo Toolbox
|
#include <otbSinclairToReciprocalCovarianceMatrixImageFilter.h>
typedef std::complex< double > | ComplexType |
typedef vnl_matrix< ComplexType > | VNLMatrixType |
typedef TOutput::ValueType | OutputValueType |
void | operator() (TOutput &result, const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svv) const |
constexpr vcl_size_t | OutputSize (...) const |
Construct the reciprocal fully polarimetric covariance matrix with Sinclair matrix information.
Output value are:
This is a adaptation of the SinclairToCovarianceMatrixFunctor, 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::SinclairToReciprocalCovarianceMatrixImageFilter to apply it to an image.
Definition at line 69 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.
typedef std::complex<double> otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::ComplexType |
Some typedefs.
Definition at line 73 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.
typedef TOutput::ValueType otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::OutputValueType |
Some typedefs.
Definition at line 75 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.
typedef vnl_matrix<ComplexType> otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::VNLMatrixType |
Some typedefs.
Definition at line 74 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.
|
inline |
Some typedefs.
Definition at line 76 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.
|
inlineconstexpr |
Some typedefs.
Definition at line 98 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.