OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::SinclairToMuellerMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput > Class Template Reference

#include <otbSinclairToMuellerMatrixImageFilter.h>

Public Types

typedef std::complex< double > ComplexType
 
typedef TOutput::ValueType OutputValueType
 
typedef double RealType
 

Public Member Functions

void operator() (TOutput &result, const TInput1 &Shh, const TInput2 &Shv, const TInput3 &Svh, const TInput4 &Svv) const
 
constexpr vcl_size_t OutputSize (...) const
 
 SinclairToMuellerMatrixFunctor ()
 
virtual ~SinclairToMuellerMatrixFunctor ()
 

Detailed Description

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

Construct Mueller matrix with Sinclair matrix information. Elements of the Mueller matrix are extract from Antennas for radar and communications Harold Mott p 503.

Output value are:

With :

Output is a not a complex. The output pixel has 16 channels : each element of the Mueller matrix. The order of the channels corresponds to : $ \begin{pmatrix} {channel #0 }&{channel #1 }&{channel #2 }&{channel #3 } \\ {channel #4 }&{channel #5 }&{channel #6 }&{channel #7 } \\ {channel #8 }&{channel #9 }&{channel #10}&{channel #11} \\ {channel #12}&{channel #13}&{channel #14}&{channel #15} \\ \end{pmatrix} $

Use otb::otbSinclairToMuellerMatrixImageFilter to apply it to an image.

See also
SinclairImageFilter
SinclairToCircularCovarianceMatrixFunctor
SinclairToCoherencyMatrixFunctor
SinclairToCovarianceMatrixFunctor
SinclairToReciprocalCircularCovarianceMatrixFunctor
SinclairToReciprocalCoherencyMatrixFunctor
SinclairToReciprocalCovarianceMatrixFunctor

Definition at line 86 of file otbSinclairToMuellerMatrixImageFilter.h.

Member Typedef Documentation

◆ ComplexType

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

Some typedefs.

Definition at line 90 of file otbSinclairToMuellerMatrixImageFilter.h.

◆ OutputValueType

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

Definition at line 91 of file otbSinclairToMuellerMatrixImageFilter.h.

◆ RealType

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

Definition at line 92 of file otbSinclairToMuellerMatrixImageFilter.h.

Constructor & Destructor Documentation

◆ SinclairToMuellerMatrixFunctor()

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

Constructor

Definition at line 131 of file otbSinclairToMuellerMatrixImageFilter.h.

◆ ~SinclairToMuellerMatrixFunctor()

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

Destructor

Definition at line 136 of file otbSinclairToMuellerMatrixImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 94 of file otbSinclairToMuellerMatrixImageFilter.h.

◆ OutputSize()

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

Definition at line 124 of file otbSinclairToMuellerMatrixImageFilter.h.


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