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 | |
GridSearchParam (std::function< bool(T) > func=nullptr, GridSearchRange< T > range=GridSearchRange< T >()) | |
GridSearchParam (const GridSearchParam &rhs) | |
bool | reset () |
bool | set () |
bool | update () |
bool | getExpired () const |
T | get () |
Public Attributes | |
std::function< bool(T) > | func |
GridSearchRange< T > | range |
Definition at line 76 of file GridSearch.h.