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 preprocessing base class, this enables PreProcessing algorithms to be automatically be created from just a string, e.g.: PreProcessing *lpf = create( "LowPassFilter" );. More...
#include <PreProcessing.h>
Public Member Functions | |
RegisterPreProcessingModule (const std::string &newModuleId) | |
This class provides an interface for classes to register themselves with the preprocessing base class, this enables PreProcessing algorithms to be automatically be created from just a string, e.g.: PreProcessing *lpf = create( "LowPassFilter" );.
Definition at line 170 of file PreProcessing.h.