GestureRecognitionToolkit
Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
This is the complete list of members for CommandLineParser, including all inherited members.
addOption(const std::string &option, const std::string &id) | CommandLineParser | inline |
CommandLineParser() | CommandLineParser | inline |
errorLog (defined in CommandLineParser) | CommandLineParser | protected |
get(const std::string &id, T &value, T defaultValue=T()) | CommandLineParser | inline |
infoLog (defined in CommandLineParser) | CommandLineParser | protected |
options (defined in CommandLineParser) | CommandLineParser | protected |
parse(const int argc, char *argv[]) | CommandLineParser | inline |
results (defined in CommandLineParser) | CommandLineParser | protected |
setErrorLoggingEnabled(const bool loggingEnabled) | CommandLineParser | inline |
setInfoLoggingEnabled(const bool loggingEnabled) | CommandLineParser | inline |
setWarningLoggingEnabled(const bool loggingEnabled) | CommandLineParser | inline |
validate(const std::string &id) | CommandLineParser | inline |
warningLog (defined in CommandLineParser) | CommandLineParser | protected |
~CommandLineParser() | CommandLineParser | inlinevirtual |