![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbReciprocalBarnesDecompImageFilter.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 &Covariance) const |
| constexpr vcl_size_t | OutputSize (...) const |
Static Private Attributes | |
| static constexpr double | m_Epsilon = 1e-6 |
Definition at line 46 of file otbReciprocalBarnesDecompImageFilter.h.
| typedef std::complex<double> otb::Functor::ReciprocalBarnesDecompFunctor< TInput, TOutput >::ComplexType |
Definition at line 49 of file otbReciprocalBarnesDecompImageFilter.h.
| typedef TOutput::ValueType otb::Functor::ReciprocalBarnesDecompFunctor< TInput, TOutput >::OutputValueType |
Definition at line 54 of file otbReciprocalBarnesDecompImageFilter.h.
| typedef std::vector<double> otb::Functor::ReciprocalBarnesDecompFunctor< TInput, TOutput >::VectorType |
Definition at line 53 of file otbReciprocalBarnesDecompImageFilter.h.
| typedef vnl_vector<double> otb::Functor::ReciprocalBarnesDecompFunctor< TInput, TOutput >::VNLDoubleVectorType |
Definition at line 52 of file otbReciprocalBarnesDecompImageFilter.h.
| typedef vnl_matrix<ComplexType> otb::Functor::ReciprocalBarnesDecompFunctor< TInput, TOutput >::VNLMatrixType |
Definition at line 50 of file otbReciprocalBarnesDecompImageFilter.h.
| typedef vnl_vector<ComplexType> otb::Functor::ReciprocalBarnesDecompFunctor< TInput, TOutput >::VNLVectorType |
Definition at line 51 of file otbReciprocalBarnesDecompImageFilter.h.
|
inline |
Definition at line 56 of file otbReciprocalBarnesDecompImageFilter.h.
|
inlineconstexpr |
Definition at line 104 of file otbReciprocalBarnesDecompImageFilter.h.
|
staticconstexprprivate |
Definition at line 111 of file otbReciprocalBarnesDecompImageFilter.h.
1.8.17