GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
PreProcessing.h File Reference

This is the main base class that all GRT PreProcessing algorithms should inherit from. More...

#include "MLBase.h"

Go to the source code of this file.

Classes

class  PreProcessing
 
class  RegisterPreProcessingModule< T >
 

Functions

template<typename T >
PreProcessingnewPreProcessingModuleInstance ()
 

Detailed Description

This is the main base class that all GRT PreProcessing algorithms should inherit from.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0

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 PreProcessing.h.