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.
HMMEnums.h File Reference

This class acts as the main interface for using a Hidden Markov Model. More...

Go to the source code of this file.

Namespaces

 GRT
 

Enumerations

enum  HMMModelTypes { HMM_ERGODIC =0, HMM_LEFTRIGHT }
 
enum  HMMTypes { HMM_DISCRETE =0, HMM_CONTINUOUS }
 

Detailed Description

This class acts as the main interface for using a Hidden Markov Model.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0
Remarks
This implementation is based on Rabiner, Lawrence. "A tutorial on hidden Markov models and selected applications in speech recognition." Proceedings of the IEEE 77.2 (1989): 257-286.

Definition in file HMMEnums.h.