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

https://github.com/alchemz/leap-motion-3d-custom-gesture-recognition

Maps and detects hand gestures using Leap Motion controller and relays them to PowerPoint queues
https://github.com/alchemz/leap-motion-3d-custom-gesture-recognition

Last synced: 4 months ago
JSON representation

Maps and detects hand gestures using Leap Motion controller and relays them to PowerPoint queues

Awesome Lists containing this project

README

        

#3D Power Point
Matt Raporte + Greg Potter
Lehigh University CSE379: Senior Project

-----------------------------------------------------------

Custom gesture recognition for Leap Motion sensor, MSMQ messaging and Apache POI for controlling Power Point.
*Paths need to be changed to run on different machines.
Has only been tested on win7/Power Point 10*

[Detection](https://github.com/matt-raporte/Senior-Project/tree/master/detection/src/com/company?raw=true)
: Java classes to define custom gestures using Leap Motion API and test for them with each iteration of onFrame().

Translation : Uses MSMQ to send messages from Detection to Action without halting either instance.

[Action](https://github.com/matt-raporte/Senior-Project/tree/master/SeniorProject/AutomationControlPPT?raw=true)
: Controls Power Point behaviour with C#. Runs as a standalone app with a GUI.

-----------------------------------------------------------

##Documentation:

[Project Definition](https://github.com/matt-raporte/Senior-Project/blob/master/docs/Project%20Definition%20Document.docx?raw=true)

[Project Design](https://github.com/matt-raporte/Senior-Project/blob/master/docs/Project%20Design%20Document.docx?raw=true)

[Project Planning](https://github.com/matt-raporte/Senior-Project/blob/master/docs/Project%20Planning%20Document.docx?raw=true)

[Project Implementation](https://github.com/matt-raporte/Senior-Project/blob/master/docs/Project%20Implementation%20Document.docx?raw=true)

[Project V&V](https://github.com/matt-raporte/Senior-Project/blob/master/docs/V&V%20Document.docx?raw=true)

[Final Report](https://github.com/matt-raporte/Senior-Project/blob/master/docs/Final%20Report%20Document.docx?raw=true)

##Poster:

![Poster](https://github.com/matt-raporte/Senior-Project/raw/master/docs/Sr_Proj_Poster.jpg)