![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbNormalizeVectorImageFilter.h>
Inheritance diagram for otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >:Public Types | |
| typedef itk::NumericTraits< typename RealVectorType::ValueType >::RealType | RealType |
| typedef itk::NumericTraits< TInput >::RealType | RealVectorType |
Public Member Functions | |
| RealVectorType | GetMean () const |
| RealVectorType | GetStdDev () const |
| NormalizeVectorImageFunctor () | |
| TOutput | operator() (const TInput &input) |
| template<class T > | |
| void | SetMean (const itk::VariableLengthVector< T > &m) |
| template<class T > | |
| void | SetStdDev (const itk::VariableLengthVector< T > &sigma) |
| template<class T > | |
| void | SetVariance (const itk::VariableLengthVector< T > &var) |
| virtual | ~NormalizeVectorImageFunctor () |
Protected Attributes | |
| RealVectorType | m_Mean |
| RealVectorType | m_StdDev |
this functor performs affine transformation on VariableLengthVectors
Definition at line 40 of file otbNormalizeVectorImageFilter.h.
| typedef itk::NumericTraits<typename RealVectorType::ValueType>::RealType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::RealType |
Definition at line 51 of file otbNormalizeVectorImageFilter.h.
| typedef itk::NumericTraits<TInput>::RealType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::RealVectorType |
Definition at line 50 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 43 of file otbNormalizeVectorImageFilter.h.
|
inlinevirtual |
Definition at line 46 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 72 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 105 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 53 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 65 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 78 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 92 of file otbNormalizeVectorImageFilter.h.
|
protected |
Definition at line 111 of file otbNormalizeVectorImageFilter.h.
Referenced by otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::GetMean(), otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::SetMean().
|
protected |
Definition at line 112 of file otbNormalizeVectorImageFilter.h.
Referenced by otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::GetStdDev(), otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::SetStdDev(), and otb::Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType >::SetVariance().
1.8.17