![]() |
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.
|
The Matrix class is a basic class for storing any type of data. This class is a template and can therefore be used with any generic data type. More...
#include <iostream>
#include <iterator>
#include <algorithm>
#include <vector>
#include "GRTException.h"
#include "ErrorLog.h"
Go to the source code of this file.
Classes | |
class | GRT::Matrix< T > |
Namespaces | |
GRT | |
The Matrix class is a basic class for storing any type of data. This class is a template and can therefore be used with any generic data type.
Definition in file Matrix.h.