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

#include <otbReciprocalHAlphaImageFilter.h>

Public Types

typedef std::complex< double > ComplexType
 
typedef TOutput::ValueType OutputValueType
 
typedef std::vector< double > VectorType
 
typedef vnl_vector< double > VNLDoubleVectorType
 
typedef vnl_matrix< ComplexTypeVNLMatrixType
 
typedef vnl_vector< ComplexTypeVNLVectorType
 

Public Member Functions

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

Definition at line 65 of file otbReciprocalHAlphaImageFilter.h.

Member Typedef Documentation

◆ ComplexType

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

Definition at line 68 of file otbReciprocalHAlphaImageFilter.h.

◆ OutputValueType

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

Definition at line 73 of file otbReciprocalHAlphaImageFilter.h.

◆ VectorType

template<class TInput , class TOutput >
typedef std::vector<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VectorType

Definition at line 72 of file otbReciprocalHAlphaImageFilter.h.

◆ VNLDoubleVectorType

template<class TInput , class TOutput >
typedef vnl_vector<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLDoubleVectorType

Definition at line 71 of file otbReciprocalHAlphaImageFilter.h.

◆ VNLMatrixType

template<class TInput , class TOutput >
typedef vnl_matrix<ComplexType> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLMatrixType

Definition at line 69 of file otbReciprocalHAlphaImageFilter.h.

◆ VNLVectorType

template<class TInput , class TOutput >
typedef vnl_vector<ComplexType> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLVectorType

Definition at line 70 of file otbReciprocalHAlphaImageFilter.h.

Member Function Documentation

◆ operator()()

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

◆ OutputSize()

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

Definition at line 172 of file otbReciprocalHAlphaImageFilter.h.

Member Data Documentation

◆ m_Epsilon

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

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