We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

GestureDetect

This project is aiming at detecting gestures(like wave,swipe) and training user-defined gesture templates. Since people do the the same gesture in different ways, before you try a gesture template trained by others, you may need to “play” the skeleton file first to see how the gesture was recorded. Or you may train your own gesture templates directly. See the usage for details.

The function is provided in a package for Unity3D. It reads skeleton data from MS Kinect or similar motion capture devices. To acquire skeleton data, we uses OpenNI 1.5.4 because it is an open source library. The scripts in the project are written in c#.

The algorithm we use is template matching. The structure of the code is clear and not very complicated. If you want to use it on other platforms, you may pick part of the scripts in the “GestureScripts” folder and try to edit them to fit other SDKs or platforms.

The usage and algorithm introduction are also provided. Try it and have fun!

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://gesturedetect.sourceforge.io/
Tags
Features
  • Open source
  • Support all kinds of gestures and postures
  • Allow user to train their own gesture templates
  • The algorithm is not complicated, therefore fast
  • Document provided