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