GestureRecognitionToolkit
Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
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...
#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.
Definition in file LeakyIntegrator.h.