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 | |
ClusterLevel (const ClusterLevel &rhs) | |
ClusterLevel & | operator= (const ClusterLevel &rhs) |
ClusterInfo & | operator[] (const UINT &i) |
ClusterInfo | operator[] (const UINT &i) const |
UINT | getLevel () const |
UINT | getNumClusters () const |
Public Attributes | |
unsigned int | level |
Vector< ClusterInfo > | clusters |
Definition at line 89 of file HierarchicalClustering.h.