ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Private Attributes | List of all members
ExpGlaett< _t > Class Template Reference

exponential smoother More...

#include <DynamicsHelpers.h>

Collaboration diagram for ExpGlaett< _t >:
Collaboration graph

Public Member Functions

 ExpGlaett ()
 
 ExpGlaett (const _t &f, float a)
 
void setNeuAnteil (float f)
 
void add (const _t &f)
 
void set (const _t &f)
 
_t get () const
 
 operator _t () const
 

Private Attributes

_t x
 
float anteil
 

Detailed Description

template<class _t>
class ExpGlaett< _t >

exponential smoother

can use any class that implements

therefore not only floating point types, but also vectors and matrices can be used.

Definition at line 44 of file DynamicsHelpers.h.

Constructor & Destructor Documentation

template<class _t>
ExpGlaett< _t >::ExpGlaett ( )

Definition at line 48 of file DynamicsHelpers.h.

template<class _t>
ExpGlaett< _t >::ExpGlaett ( const _t &  f,
float  a 
)

Definition at line 49 of file DynamicsHelpers.h.

Member Function Documentation

template<class _t>
void ExpGlaett< _t >::add ( const _t &  f)
template<class _t>
_t ExpGlaett< _t >::get ( ) const
template<class _t>
ExpGlaett< _t >::operator _t ( ) const

Definition at line 62 of file DynamicsHelpers.h.

template<class _t>
void ExpGlaett< _t >::set ( const _t &  f)

Definition at line 56 of file DynamicsHelpers.h.

Referenced by FpsFrameObs::FrameNotify(), and OpticalFlow::PrintFlowField().

template<class _t>
void ExpGlaett< _t >::setNeuAnteil ( float  f)

Definition at line 50 of file DynamicsHelpers.h.

Referenced by OpticalFlow::OpticalFlow().

Member Data Documentation

template<class _t>
float ExpGlaett< _t >::anteil
private
template<class _t>
_t ExpGlaett< _t >::x
private

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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)