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.
|
#include "../CoreModules/PreProcessing.h"
Go to the source code of this file.
Classes | |
class | LeakyIntegrator |
The LeakyIntegrator class computes the following signal: y = y*z + x, where x is the input, y is the output and z is the leakrate. More... | |
Definition in file LeakyIntegrator.h.