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.
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
HMMEnums.h
Go to the documentation of this file.
1
31
#ifndef GRT_HMM_ENUMS_HEADER
32
#define GRT_HMM_ENUMS_HEADER
33
34
#include <iostream>
35
36
enum
HMMModelTypes
{HMM_ERGODIC=0,HMM_LEFTRIGHT};
37
enum
HMMTypes{HMM_DISCRETE=0,HMM_CONTINUOUS};
38
39
#endif //GRT_HMM_ENUMS_HEADER
HMMModelTypes
HMMModelTypes
Definition:
HMMEnums.h:36
GRT
ClassificationModules
HMM
HMMEnums.h
Generated on Mon Jan 2 2017 16:24:35 for GestureRecognitionToolkit by
1.8.11