Skip to content
nickgillian edited this page Aug 15, 2016 · 13 revisions

#Gesture Recognition Toolkit

Welcome to the wiki page for the Gesture Recognition Toolkit.

This wiki is in the process of being migrated to github, the original version of the wiki can be found here.

The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, C++ machine learning library that has been specifically designed for real-time gesture recognition.

In addition to a comprehensive C++ API, the GRT now also includes an easy-to-use graphical user interface:

GRT Graphic User Interface Image 1

You can find out more about the GUI here.

##Algorithms

###Classifiers

###Regressifiers

##Reference You can find a full list of the main classes in the GRT on the references page.

This provides a higher level description of the core classes in the GRT, including an overview of what the classes do, how they do it, the main advantages and disadvantages of using that class over a similar class, and some example code to demonstrate how to use the class.