GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::FSMParticle Class Reference
Inheritance diagram for GRT::FSMParticle:
GRT::Particle

Public Member Functions

 FSMParticle (const unsigned int numDimensions)
 
 FSMParticle (const FSMParticle &rhs)
 
FSMParticleoperator= (const FSMParticle &rhs)
 
- Public Member Functions inherited from GRT::Particle
 Particle (unsigned int numDimensions=0)
 
 Particle (const Particle &rhs)
 
Particleoperator= (const Particle &rhs)
 
double & operator[] (const unsigned int &i)
 

Public Attributes

int currentState
 
- Public Attributes inherited from GRT::Particle
double w
 
VectorDouble x
 

Detailed Description

Definition at line 34 of file FSMParticle.h.


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