![]() |
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.
|
#include <assert.h>#include <cstring>#include "../Util/GRTVersionInfo.h"#include "Timer.h"#include "../DataStructures/Vector.h"#include "../DataStructures/VectorFloat.h"#include "IndexedDouble.h"#include <random>Go to the source code of this file.
Classes | |
| class | Random |
| This file contains the Random class, a useful wrapper for generating cross platform random functions. This includes functions for uniform distributions (both integer and Float) and Gaussian distributions. More... | |
Macros | |
| #define | GRT_USE_CXX11_RANDOM_ALGO 0 |
Definition in file Random.h.