![]() |
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.
|
This is the complete list of members for GRT::Util, including all inherited members.
cartToPolar(const double x, const double y, double &r, double &theta) | GRT::Util | static |
cosineDistance(const std::vector< double > &a, const std::vector< double > &b) | GRT::Util | static |
dotProduct(const std::vector< double > &a, const std::vector< double > &b) | GRT::Util | static |
euclideanDistance(const std::vector< double > &a, const std::vector< double > &b) | GRT::Util | static |
getMax(const std::vector< double > &x) | GRT::Util | static |
getMax(const std::vector< unsigned int > &x) | GRT::Util | static |
getMaxIndex(const std::vector< double > &x) | GRT::Util | static |
getMin(const std::vector< double > &x) | GRT::Util | static |
getMin(const std::vector< unsigned int > &x) | GRT::Util | static |
getMinIndex(const std::vector< double > &x) | GRT::Util | static |
getOS() | GRT::Util | static |
intToString(const int &i) | GRT::Util | static |
intToString(const unsigned int &i) | GRT::Util | static |
limit(const double value, const double minValue, const double maxValue) | GRT::Util | static |
limit(const std::vector< double > &x, const double minValue, const double maxValue) | GRT::Util | static |
manhattanDistance(const std::vector< double > &a, const std::vector< double > &b) | GRT::Util | static |
normalize(const std::vector< double > &x) | GRT::Util | static |
OperatingSystems enum name | GRT::Util | |
OS_LINUX enum value (defined in GRT::Util) | GRT::Util | |
OS_OSX enum value (defined in GRT::Util) | GRT::Util | |
OS_UNKNOWN enum value (defined in GRT::Util) | GRT::Util | |
OS_WINDOWS enum value (defined in GRT::Util) | GRT::Util | |
polarToCart(const double r, const double theta, double &x, double &y) | GRT::Util | static |
scale(const double &x, const double &minSource, const double &maxSource, const double &minTarget, const double &maxTarget, const bool constrain=false) | GRT::Util | static |
scale(const std::vector< double > &x, const double minSource, const double maxSource, const double minTarget=0, const double maxTarget=1, const bool constrain=false) | GRT::Util | static |
sleep(const unsigned int &numMilliseconds) | GRT::Util | static |
stringEndsWith(const std::string &str, const std::string &ending) | GRT::Util | static |
stringToBool(const std::string &s) | GRT::Util | static |
stringToDouble(const std::string &s) | GRT::Util | static |
stringToInt(const std::string &s) | GRT::Util | static |
sum(const std::vector< double > &x) | GRT::Util | static |
toString(const int &i) | GRT::Util | static |
toString(const unsigned int &i) | GRT::Util | static |
toString(const long &i) | GRT::Util | static |
toString(const unsigned long &i) | GRT::Util | static |
toString(const unsigned long long &i) | GRT::Util | static |
toString(const bool &b) | GRT::Util | static |
toString(const double &v) | GRT::Util | static |
toString(const long double &v) | GRT::Util | static |
toString(const float &v) | GRT::Util | static |
Util() | GRT::Util | inline |
~Util() | GRT::Util | inline |