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.
|
This class provides an interface for classes to register themselves with the clusterer base class, this enables Cluterer algorithms to be automatically be created from just a string, e.g.: Clusterer *kmeans = create( "KMeans" );. More...
#include <Clusterer.h>
Public Member Functions | |
RegisterClustererModule (const std::string &newModuleId) | |
This class provides an interface for classes to register themselves with the clusterer base class, this enables Cluterer algorithms to be automatically be created from just a string, e.g.: Clusterer *kmeans = create( "KMeans" );.
Definition at line 267 of file Clusterer.h.