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.
|
Public Member Functions | |
IndexedDouble (unsigned int index, double value) | |
IndexedDouble (const IndexedDouble &rhs) | |
IndexedDouble & | operator= (const IndexedDouble &rhs) |
Static Public Member Functions | |
static bool | sortIndexedDoubleByIndexDescending (IndexedDouble a, IndexedDouble b) |
static bool | sortIndexedDoubleByIndexAscending (IndexedDouble a, IndexedDouble b) |
static bool | sortIndexedDoubleByValueDescending (IndexedDouble a, IndexedDouble b) |
static bool | sortIndexedDoubleByValueAscending (IndexedDouble a, IndexedDouble b) |
Public Attributes | |
unsigned int | index |
double | value |
Definition at line 26 of file IndexedDouble.h.