Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
/ PDollar Public archive

Gesture recognizer interface utilizing the $P recognizer engine.

Notifications You must be signed in to change notification settings

jordansmithsgames/PDollar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$P Recognizer Interface

Gesture recognizer interface I created for my Natural User Interaction class that utilizes the $P recognizer engine, which was developed by researchers at the University of Washington.

Usage

Open the project's folder in a terminal and compile the program by typing make. Then refer to the help menu by just running the program with ./pdollar. Here are the commands and descriptions detailing their usage:

  1. Add a gesture file to the list of gesture templates: pdollar -t <gesturefile>
  2. Print the name of gestures when recognized from the event stream: pdollar <eventstream>
  3. Clear all stored templates: pdollar -r

Example command format: ./pdollar pdollar -t gestureFiles/arrowhead.txt.

Acknowledgements

The PDollarGestureRecognizer.dll file is where the actual gesture recognizing takes place, and it is product of the hard work of researchers at the University of Washington. Please consider looking into their research paper, as well their website, if you are interested in learning more about $P.

More Information

This project took around 6-8 hours to complete, and was completed on January 31st, 2020.

License

BSD

About

Gesture recognizer interface utilizing the $P recognizer engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published