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

#include <otbSinclairToCoherencyMatrixImageFilter.h>

typedef double RealType
 
typedef std::complex< RealTypeComplexType
 
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 ()
 

Detailed Description

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

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.

See also
SinclairImageFilter
SinclairToCircularCovarianceMatrixFunctor
SinclairToCovarianceFunctor
SinclairToMuellerFunctor
SinclairToReciprocalCircularCovarianceMatrixFunctor
SinclairToReciprocalCoherencyMatrixFunctor
SinclairToReciprocalCovarianceFunctor

Definition at line 68 of file otbSinclairToCoherencyMatrixImageFilter.h.

Member Typedef Documentation

◆ ComplexType

template<class TInput1 , class TInput2 , class TInput3 , class TInput4 , class TOutput >
typedef std::complex<RealType> otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::ComplexType

Some typedefs.

Definition at line 73 of file otbSinclairToCoherencyMatrixImageFilter.h.

◆ OutputValueType

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

Some typedefs.

Definition at line 74 of file otbSinclairToCoherencyMatrixImageFilter.h.

◆ RealType

template<class TInput1 , class TInput2 , class TInput3 , class TInput4 , class TOutput >
typedef double otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::RealType

Some typedefs.

Definition at line 72 of file otbSinclairToCoherencyMatrixImageFilter.h.

Constructor & Destructor Documentation

◆ SinclairToCoherencyMatrixFunctor()

template<class TInput1 , class TInput2 , class TInput3 , class TInput4 , class TOutput >
otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::SinclairToCoherencyMatrixFunctor ( )
inline

Constructor

Definition at line 109 of file otbSinclairToCoherencyMatrixImageFilter.h.

◆ ~SinclairToCoherencyMatrixFunctor()

template<class TInput1 , class TInput2 , class TInput3 , class TInput4 , class TOutput >
virtual otb::Functor::SinclairToCoherencyMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput >::~SinclairToCoherencyMatrixFunctor ( )
inlinevirtual

Destructor

Definition at line 114 of file otbSinclairToCoherencyMatrixImageFilter.h.

Member Function Documentation

◆ operator()()

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

Some typedefs.

Definition at line 75 of file otbSinclairToCoherencyMatrixImageFilter.h.

◆ OutputSize()

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

Some typedefs.

Definition at line 102 of file otbSinclairToCoherencyMatrixImageFilter.h.


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