GestureRecognitionToolkit
Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
Files | |
file | ANBC.cpp [code] |
file | ANBC.h [code] |
This class implements the Adaptive Naive Bayes Classifier algorithm. The Adaptive Naive Bayes Classifier (ANBC) is a naive but powerful classifier that works very well on both basic and more complex recognition problems. | |
file | ANBC_Model.cpp [code] |
file | ANBC_Model.h [code] |
This class implements a container for an ANBC model. | |