OTB  9.0.0
Orfeo Toolbox
List of all members
otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput > Class Template Reference

#include <otbSinclairToReciprocalCovarianceMatrixImageFilter.h>

typedef std::complex< double > ComplexType
 
typedef vnl_matrix< ComplexTypeVNLMatrixType
 
typedef TOutput::ValueType OutputValueType
 
void operator() (TOutput &result, const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svv) const
 
constexpr vcl_size_t OutputSize (...) const
 

Detailed Description

template<class TInput1, class TInput2, class TInput3, class TOutput>
class otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >

Construct the reciprocal fully polarimetric covariance matrix with Sinclair matrix information.

Output value are:

This is a adaptation of the SinclairToCovarianceMatrixFunctor, where $ S_{hv}=S_{vh} $.

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.

See also
SinclairToCovarianceMatrixFunctor
SinclairImageFilter
SinclairToCircularCovarianceMatrixFunctor
SinclairToCoherencyeMatrixFunctor
SinclairToMuellereMatrixFunctor
SinclairToReciprocalCircularCovarianceMatrixFunctor
SinclairToReciprocalCoherencyeMatrixFunctor

Definition at line 69 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.

Member Typedef Documentation

◆ ComplexType

template<class TInput1 , class TInput2 , class TInput3 , class TOutput >
typedef std::complex<double> otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::ComplexType

Some typedefs.

Definition at line 73 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.

◆ OutputValueType

template<class TInput1 , class TInput2 , class TInput3 , class TOutput >
typedef TOutput::ValueType otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::OutputValueType

Some typedefs.

Definition at line 75 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.

◆ VNLMatrixType

template<class TInput1 , class TInput2 , class TInput3 , class TOutput >
typedef vnl_matrix<ComplexType> otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::VNLMatrixType

Some typedefs.

Definition at line 74 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.

Member Function Documentation

◆ operator()()

template<class TInput1 , class TInput2 , class TInput3 , class TOutput >
void otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::operator() ( TOutput &  result,
const TInput1 &  Shh,
const TInput2 &  Shv,
const TInput3 &  Svv 
) const
inline

Some typedefs.

Definition at line 76 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.

◆ OutputSize()

template<class TInput1 , class TInput2 , class TInput3 , class TOutput >
constexpr vcl_size_t otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TOutput >::OutputSize (   ...) const
inlineconstexpr

Some typedefs.

Definition at line 98 of file otbSinclairToReciprocalCovarianceMatrixImageFilter.h.


The documentation for this class was generated from the following file: