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

#include <otbReciprocalHuynenDecompImageFilter.h>

Public Types

typedef TOutput::ValueType OutputValueType
 

Public Member Functions

void operator() (TOutput &result, const TInput &Covariance) 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::ReciprocalHuynenDecompFunctor< TInput, TOutput >

Evaluate the Huynen decomposition from the reciprocal Sinclair matrix image.

Use otb::HuynenDecompImageFilter to apply

Definition at line 41 of file otbReciprocalHuynenDecompImageFilter.h.

Member Typedef Documentation

◆ OutputValueType

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

Definition at line 44 of file otbReciprocalHuynenDecompImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 46 of file otbReciprocalHuynenDecompImageFilter.h.

◆ OutputSize()

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

Definition at line 69 of file otbReciprocalHuynenDecompImageFilter.h.

Member Data Documentation

◆ m_Epsilon

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

Definition at line 76 of file otbReciprocalHuynenDecompImageFilter.h.


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