OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Protected Attributes | List of all members
otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput > Class Template Reference

#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
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >

NormalizeVectorImageFunctor.

this functor performs affine transformation on VariableLengthVectors

Definition at line 40 of file otbNormalizeVectorImageFilter.h.

Member Typedef Documentation

◆ RealType

template<class TInput , class TOutput >
typedef itk::NumericTraits<typename RealVectorType::ValueType>::RealType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::RealType

Definition at line 51 of file otbNormalizeVectorImageFilter.h.

◆ RealVectorType

template<class TInput , class TOutput >
typedef itk::NumericTraits<TInput>::RealType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::RealVectorType

Definition at line 50 of file otbNormalizeVectorImageFilter.h.

Constructor & Destructor Documentation

◆ NormalizeVectorImageFunctor()

template<class TInput , class TOutput >
otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::NormalizeVectorImageFunctor ( )
inline

Definition at line 43 of file otbNormalizeVectorImageFilter.h.

◆ ~NormalizeVectorImageFunctor()

template<class TInput , class TOutput >
virtual otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::~NormalizeVectorImageFunctor ( )
inlinevirtual

Definition at line 46 of file otbNormalizeVectorImageFilter.h.

Member Function Documentation

◆ GetMean()

template<class TInput , class TOutput >
RealVectorType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::GetMean ( ) const
inline

Definition at line 72 of file otbNormalizeVectorImageFilter.h.

◆ GetStdDev()

template<class TInput , class TOutput >
RealVectorType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::GetStdDev ( ) const
inline

Definition at line 105 of file otbNormalizeVectorImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::operator() ( const TInput &  input)
inline

Definition at line 53 of file otbNormalizeVectorImageFilter.h.

◆ SetMean()

template<class TInput , class TOutput >
template<class T >
void otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::SetMean ( const itk::VariableLengthVector< T > &  m)
inline

Definition at line 65 of file otbNormalizeVectorImageFilter.h.

◆ SetStdDev()

template<class TInput , class TOutput >
template<class T >
void otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::SetStdDev ( const itk::VariableLengthVector< T > &  sigma)
inline

Definition at line 78 of file otbNormalizeVectorImageFilter.h.

◆ SetVariance()

template<class TInput , class TOutput >
template<class T >
void otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::SetVariance ( const itk::VariableLengthVector< T > &  var)
inline

Definition at line 92 of file otbNormalizeVectorImageFilter.h.

Member Data Documentation

◆ m_Mean

template<class TInput , class TOutput >
RealVectorType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::m_Mean
protected

◆ m_StdDev

template<class TInput , class TOutput >
RealVectorType otb::Functor::NormalizeVectorImageFunctor< TInput, TOutput >::m_StdDev
protected

The documentation for this class was generated from the following file: