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

#include <otbReciprocalPauliDecompImageFilter.h>

Public Types

typedef TInput::ValueType InputValueType
 
typedef TOutput::ValueType OutputValueType
 

Public Member Functions

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

Static Private Attributes

static constexpr double m_Epsilon = 1e-6
 

Detailed Description

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

Evaluate the Pauli decomposition from the reciprocal Sinclair matrix image.

Use otb::PauliDecompImageFilter to apply

Definition at line 42 of file otbReciprocalPauliDecompImageFilter.h.

Member Typedef Documentation

◆ InputValueType

template<class TInput , class TOutput >
typedef TInput::ValueType otb::Functor::ReciprocalPauliDecompFunctor< TInput, TOutput >::InputValueType

Definition at line 45 of file otbReciprocalPauliDecompImageFilter.h.

◆ OutputValueType

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

Definition at line 46 of file otbReciprocalPauliDecompImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 48 of file otbReciprocalPauliDecompImageFilter.h.

◆ OutputSize()

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

Definition at line 61 of file otbReciprocalPauliDecompImageFilter.h.

Member Data Documentation

◆ m_Epsilon

template<class TInput , class TOutput >
constexpr double otb::Functor::ReciprocalPauliDecompFunctor< TInput, TOutput >::m_Epsilon = 1e-6
staticconstexprprivate

Definition at line 68 of file otbReciprocalPauliDecompImageFilter.h.


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