GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
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
Definition: HMMEnums.h:36