![]() |
Orfeo Toolbox
3.16
|
#include <otbReciprocalHAlphaImageFilter.h>
Inheritance diagram for otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >: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 | |
| ReciprocalHAlphaFunctor () | |
| virtual | ~ReciprocalHAlphaFunctor () |
| unsigned int | GetOutputSize () |
| TOutput | operator() (const TInput &Coherency) const |
Private Attributes | |
| const double | m_Epsilon |
Static Private Attributes | |
| static const unsigned int | m_NumberOfComponentsPerPixel = 3 |
Definition at line 57 of file otbReciprocalHAlphaImageFilter.h.
| typedef std::complex<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::ComplexType |
Definition at line 60 of file otbReciprocalHAlphaImageFilter.h.
| typedef TOutput::ValueType otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::OutputValueType |
Definition at line 65 of file otbReciprocalHAlphaImageFilter.h.
| typedef std::vector<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VectorType |
Definition at line 64 of file otbReciprocalHAlphaImageFilter.h.
| typedef vnl_vector<double> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLDoubleVectorType |
Definition at line 63 of file otbReciprocalHAlphaImageFilter.h.
| typedef vnl_matrix<ComplexType> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLMatrixType |
Definition at line 61 of file otbReciprocalHAlphaImageFilter.h.
| typedef vnl_vector<ComplexType> otb::Functor::ReciprocalHAlphaFunctor< TInput, TOutput >::VNLVectorType |
Definition at line 62 of file otbReciprocalHAlphaImageFilter.h.
|
inline |
Constructor
Definition at line 193 of file otbReciprocalHAlphaImageFilter.h.
|
inlinevirtual |
Destructor
Definition at line 196 of file otbReciprocalHAlphaImageFilter.h.
|
inline |
Definition at line 187 of file otbReciprocalHAlphaImageFilter.h.
|
inline |
Definition at line 68 of file otbReciprocalHAlphaImageFilter.h.
|
private |
Definition at line 200 of file otbReciprocalHAlphaImageFilter.h.
Referenced by otb::Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType >::operator()().
|
staticprivate |