GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
This class implements a template based ParticleFilter. The user is required to implement the predict and update functions for their specific task. More...
#include "Particle.h"
#include "../../Util/GRTCommon.h"
Go to the source code of this file.
Classes | |
class | ParticleFilter< PARTICLE, SENSOR_DATA > |
This class implements a template based ParticleFilter. The user is required to implement the predict and update functions for their specific task.
Definition in file ParticleFilter.h.