PolyRec
Unistroke gesture recognizer
NEWS: PolyRec is now on GitHub.
Please visit https://github.com/cluelab/polyrec
PolyRec is a unistroke gesture recognizer suitable for fast prototyping of gesture-based applications. The recognizer uses a nearest neighbor approach, and requires a small number of samples for each class.
The similarity between two gestures is calculated through a three steps procedure:
-firstly, each gesture is approximated to a polyline, in order to extract its main movements;
- then, the two...