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.
|
This class provides an interface for classes to register themselves with the Context base class, this enables Context algorithms to be automatically be created from just a string, e.g.: Context *gate = create( "Gate" );. More...
#include <Context.h>
Public Member Functions | |
RegisterContextModule (const std::string &newContextModuleName) | |
This class provides an interface for classes to register themselves with the Context base class, this enables Context algorithms to be automatically be created from just a string, e.g.: Context *gate = create( "Gate" );.