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.
PostProcessing.h File Reference
#include "MLBase.h"

Go to the source code of this file.

Classes

class  PostProcessing
 This is the main base class that all GRT PostProcessing 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. More...
 
class  RegisterPostProcessingModule< T >
 

Functions

template<typename T >
PostProcessingcreateNewPostProcessingModule ()
 Returns a pointer to a new instance of the template class, the caller is responsible for deleting the pointer.
 

Detailed Description