![]() |
GestureRecognitionToolkit
Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
Public Member Functions | |
CommandLineParser () | |
~CommandLineParser () | |
bool | addOption (const std::string option, const std::string destination) |
bool | parse (const int argc, const char *argv[]) |
template<class T > | |
bool | get (const std::string destination, T &option, T defaultValue=T()) |
Public Attributes | |
InfoLog | infoLog |
WarningLog | warningLog |
ErrorLog | errorLog |
std::map< std::string, std::string > | options |
std::map< std::string, std::string > | results |
Definition at line 41 of file CommandLineParser.h.
|
inline |
Default constructor.
Definition at line 46 of file CommandLineParser.h.
|
inline |
Default destructor.
Definition at line 51 of file CommandLineParser.h.