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.
|
The RangeTracker can be used to keep track of the expected ranges that might occur in a dataset. These ranges can then be used to set the external ranges of a dataset for several of the GRT DataStructures. More...
#include "GRTCommon.h"
Go to the source code of this file.
Classes | |
class | RangeTracker |
Macros | |
#define | BIG_POSITIVE_VALUE 99e+99 |
#define | BIG_NEGATIVE_VALUE -99e+99 |
The RangeTracker can be used to keep track of the expected ranges that might occur in a dataset. These ranges can then be used to set the external ranges of a dataset for several of the GRT DataStructures.
Definition in file RangeTracker.h.