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.
RegisterPreProcessingModule< T > Class Template Reference

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>

Inheritance diagram for RegisterPreProcessingModule< T >:
PreProcessing

Public Member Functions

 RegisterPreProcessingModule (const std::string &newModuleId)
 

Detailed Description

template<typename T>
class RegisterPreProcessingModule< T >

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.


The documentation for this class was generated from the following file: