![]() |
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.
|
This is the main base class that all GRT Feature Extraction algorithms should inherit from. More...
#include "MLBase.h"Go to the source code of this file.
Classes | |
| class | Context |
| class | RegisterContextModule< T > |
Functions | |
| template<typename T > | |
| Context * | newContextModuleInstance () |
This is the main base class that all GRT Feature Extraction algorithms should inherit from.
A large number of the functions in this class are virtual and simply return false as these functions must be overwridden by the inheriting class.
Definition in file Context.h.