Home

Awesome

ofxGrt

This repo contains an openFrameworks extension for the Gesture Recognition Toolkit (GRT).

The GRT is a cross-platform, open-source, C++ machine learning library designed for real-time gesture recognition.

This extension is designed to make it as easy as possible to use the GRT in openFrameworks.

Note that this extensions contains a local version of the GRT as a git submodule, which will be compiled from source when you build any of the ofxGrt examples.

To use ofxGrt:

    cd openFrameworks/addons
    git clone https://github.com/nickgillian/ofxGrt
    cd ofxGrt
    git submodule init
    git submodule update
    git submodule update --remote
    cd ofxGrt/example_timeseries_plot
    make
    make run

You can find additional README files in each of the examples that describe more details about each specific example.

Examples

See the specific examples directories for a full description on each example.

Classification Example alt text

Regression Example alt text

Linear Least Squares Example alt text

Matrix Plot Example alt text

Bar Plot Example alt text

License

The ofxGRT is available under a MIT license.