Using webcam to track hand gestures

老子叫甜甜 提交于 2019-12-03 16:08:05

You could look at Johnny Chung Lee's work with the Wii Remote:

http://www.youtube.com/watch?v=0awjPUkBXOU

You could base your code off the Wiimote library:

http://www.codeplex.com/WiimoteLib

Another angle might be the Aforge Library:

http://www.codeproject.com/KB/audio-video/Motion_Detection.aspx

Code: http://code.google.com/p/aforge/

Something really similar already exists:

http://incubator.quasimondo.com/flash/minority_cube.php

You will certainly want to use OpenCV in one form or another.

Take a look at OpenCV, search OpenCV Gesture recognition

I think, by using the motion tracking in openCV examples, it is possible to achieve similar effects as the minority cube demonstrated.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!