OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::MuellerToReciprocalCovarianceFunctor< TInput, TOutput > Class Template Reference

#include <otbMuellerToReciprocalCovarianceImageFilter.h>

Public Types

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

Public Member Functions

void operator() (TOutput &result, const TInput &Mueller) const
 
constexpr vcl_size_t OutputSize (...) const
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::MuellerToReciprocalCovarianceFunctor< TInput, TOutput >

Evaluate the MLC image from the Mueller image.

Output value are:

Where $M_{ij}$ are the coefficients of the input Mueller matrix.

Input pixel must have 10 channels (one for each Mueller matrix coefficients). 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} $

The output image 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::MuellerToReciprocalCovarianceImageFilter to apply

See also
MuellerToCircularPolarisationImageFilter
MuellerToPolarisationDegreeAndPowerImageFilter

Definition at line 71 of file otbMuellerToReciprocalCovarianceImageFilter.h.

Member Typedef Documentation

◆ ComplexType

template<class TInput , class TOutput >
typedef std::complex<double> otb::Functor::MuellerToReciprocalCovarianceFunctor< TInput, TOutput >::ComplexType

◆ OutputValueType

template<class TInput , class TOutput >
typedef TOutput::ValueType otb::Functor::MuellerToReciprocalCovarianceFunctor< TInput, TOutput >::OutputValueType

Member Function Documentation

◆ operator()()

template<class TInput , class TOutput >
void otb::Functor::MuellerToReciprocalCovarianceFunctor< TInput, TOutput >::operator() ( TOutput &  result,
const TInput &  Mueller 
) const
inline

◆ OutputSize()

template<class TInput , class TOutput >
constexpr vcl_size_t otb::Functor::MuellerToReciprocalCovarianceFunctor< TInput, TOutput >::OutputSize (   ...) const
inlineconstexpr

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