#include <ClassificationChain.h>
Public Member Functions | |
ClassificationChain (AbstractMotionReceiver *r, ConfigManager *cfgManager) | |
virtual | ~ClassificationChain () |
virtual void | update (const Vector3d &v) |
Constructs a module-chain which classifies the motion data using HMMs
Definition at line 16 of file ClassificationChain.h.
ClassificationChain::ClassificationChain | ( | AbstractMotionReceiver * | r, | |
ConfigManager * | cfgManager | |||
) |
Initialize the module chain
r | Pointer to MotionReceiver which should be listened to | |
cfgManager | Pointer to ConfigManager object with possible configuration for modules |
Definition at line 15 of file ClassificationChain.cpp.
ClassificationChain::~ClassificationChain | ( | ) | [virtual] |
does nothing
Definition at line 45 of file ClassificationChain.cpp.
void ClassificationChain::update | ( | const Vector3d & | v | ) | [virtual] |
receives motion data
v | Vector containing motion data |
Implements IMotionObserver.
Definition at line 51 of file ClassificationChain.cpp.