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.
RangeTracker.h File Reference

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
 

Detailed Description

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.

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

Definition in file RangeTracker.h.