OTB
9.0.0
Orfeo Toolbox
|
#include <otbSinclairToReciprocalCoherencyMatrixImageFilter.h>
Public Types | |
typedef std::complex< double > | ComplexType |
typedef TOutput::ValueType | OutputValueType |
typedef vnl_matrix< ComplexType > | VNLMatrixType |
Public Member Functions | |
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 coherency matrix with Sinclair matrix information.
Output value are:
This is a adaptation of the SinclairToCoherencyFunctor, 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::SinclairToReciprocalCoherencyMatrixImageFilter to apply it to an image.
Definition at line 70 of file otbSinclairToReciprocalCoherencyMatrixImageFilter.h.
typedef std::complex<double> otb::Functor::SinclairToReciprocalCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::ComplexType |
Some typedefs.
Definition at line 74 of file otbSinclairToReciprocalCoherencyMatrixImageFilter.h.
typedef TOutput::ValueType otb::Functor::SinclairToReciprocalCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::OutputValueType |
Definition at line 76 of file otbSinclairToReciprocalCoherencyMatrixImageFilter.h.
typedef vnl_matrix<ComplexType> otb::Functor::SinclairToReciprocalCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::VNLMatrixType |
Definition at line 75 of file otbSinclairToReciprocalCoherencyMatrixImageFilter.h.
|
inline |
Definition at line 78 of file otbSinclairToReciprocalCoherencyMatrixImageFilter.h.
|
inlineconstexpr |
Definition at line 99 of file otbSinclairToReciprocalCoherencyMatrixImageFilter.h.