OTB
9.0.0
Orfeo Toolbox
|
#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< ComplexType > | VNLMatrixType |
typedef vnl_vector< ComplexType > | VNLVectorType |
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 |
Definition at line 65 of file otbReciprocalHAlphaImageFilter.h.
typedef std::complex<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::ComplexType |
Definition at line 68 of file otbReciprocalHAlphaImageFilter.h.
typedef TOutput::ValueType otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::OutputValueType |
Definition at line 73 of file otbReciprocalHAlphaImageFilter.h.
typedef std::vector<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VectorType |
Definition at line 72 of file otbReciprocalHAlphaImageFilter.h.
typedef vnl_vector<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLDoubleVectorType |
Definition at line 71 of file otbReciprocalHAlphaImageFilter.h.
typedef vnl_matrix<ComplexType> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLMatrixType |
Definition at line 69 of file otbReciprocalHAlphaImageFilter.h.
typedef vnl_vector<ComplexType> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLVectorType |
Definition at line 70 of file otbReciprocalHAlphaImageFilter.h.
|
inline |
Definition at line 76 of file otbReciprocalHAlphaImageFilter.h.
References otb::CONST_180_PI, and otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::m_Epsilon.
|
inlineconstexpr |
Definition at line 172 of file otbReciprocalHAlphaImageFilter.h.
|
staticconstexprprivate |
Definition at line 179 of file otbReciprocalHAlphaImageFilter.h.
Referenced by otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::operator()().