C++ impelementation of $N gesture Recognizer(http://depts.washington.edu/aimgroup/proj/dollar/ndollar.html)
Author - Rajat goyal
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
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) .
-Linux