![]() |
Orfeo Toolbox
3.16
|
NormalizeVectorImageFunctor. More...
#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 | |
| NormalizeVectorImageFunctor () | |
| virtual | ~NormalizeVectorImageFunctor () |
| RealVectorType | GetMean () const |
| RealVectorType | GetStdDev () const |
| 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) |
Protected Attributes | |
| RealVectorType | m_Mean |
| RealVectorType | m_StdDev |
this functor performs affine transformation on VariableLengthVectors
Definition at line 39 of file otbNormalizeVectorImageFilter.h.
| typedef itk::NumericTraits< typename RealVectorType::ValueType >::RealType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::RealType |
Definition at line 46 of file otbNormalizeVectorImageFilter.h.
| typedef itk::NumericTraits< TInput >::RealType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::RealVectorType |
Definition at line 45 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 42 of file otbNormalizeVectorImageFilter.h.
|
inlinevirtual |
Definition at line 43 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 69 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 104 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 48 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 62 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 75 of file otbNormalizeVectorImageFilter.h.
|
inline |
Definition at line 90 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().