ACT-CV - Machine Vision for Cognitive Modeling
|
exponential smoother More...
#include <DynamicsHelpers.h>
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 |
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.
Definition at line 48 of file DynamicsHelpers.h.
Definition at line 49 of file DynamicsHelpers.h.
void ExpGlaett< _t >::add | ( | const _t & | f) |
Definition at line 53 of file DynamicsHelpers.h.
Referenced by FpsFrameObs::FrameNotify(), OFlowObs::FrameNotifyGray(), and OpticalFlow::PrintFlowField().
_t ExpGlaett< _t >::get | ( | ) | const |
Definition at line 59 of file DynamicsHelpers.h.
Referenced by FpsFrameObs::FrameNotify(), OpticalFlow::GetWinkel(), and OpticalFlow::PrintFlowField().
ExpGlaett< _t >::operator _t | ( | ) | const |
Definition at line 62 of file DynamicsHelpers.h.
void ExpGlaett< _t >::set | ( | const _t & | f) |
Definition at line 56 of file DynamicsHelpers.h.
Referenced by FpsFrameObs::FrameNotify(), and OpticalFlow::PrintFlowField().
void ExpGlaett< _t >::setNeuAnteil | ( | float | f) |
Definition at line 50 of file DynamicsHelpers.h.
Referenced by OpticalFlow::OpticalFlow().
|
private |
Definition at line 46 of file DynamicsHelpers.h.
Referenced by ExpGlaett< Pos< 2, double > >::add(), and ExpGlaett< Pos< 2, double > >::setNeuAnteil().
|
private |
Definition at line 45 of file DynamicsHelpers.h.
Referenced by ExpGlaett< Pos< 2, double > >::add(), ExpGlaett< Pos< 2, double > >::get(), and ExpGlaett< Pos< 2, double > >::set().