Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RajatGoyal/DollarNGestureRecognizer-cpp-RG

C++ impelementation of $N gesture Recognizer found here http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html
https://github.com/RajatGoyal/DollarNGestureRecognizer-cpp-RG

Last synced: about 2 months ago
JSON representation

C++ impelementation of $N gesture Recognizer found here http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html

Awesome Lists containing this project

README

        

$NGestureRecognizer-cpp
==================================
C++ impelementation of $N gesture Recognizer(http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html)

>Author - Rajat goyal

>[email protected]

>[http://goyalrajat.in](http://goyalrajat.in)

This code extends unistroke $1 gesture recognition library created by Baylor Wetzeli,( wetzel(at)cs.umn.edu) to include multisroke $N gesture recognition.It can be used for both $1 and $N Gesture Recognition .

The code is based on , javascript implmentation found on the page - http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html

Using the library
-------------------
See main.cpp to see how to use the library .

-Use cmake to compile your project .

-you can also use qt , there is a qt project file (DollarGesture.Pro) .

Tested OS
----------
-Linux