0

问题是使用哪个 SDK(如果有)来开发具有 hci 接口的应用程序?我的意思是当用户使用手势和摄像机与计算机交互时这样的界面。

4

2 回答 2

1

You might want to look at OpenCV.

I guess you might have already - so perhaps your question is more to do with how to then apply it to recognising gestures. This is an ongoing area of research (and creating something from scratch as accurate as Microsoft's Kinect/Natal project is a tough problem).

However, version 2.2 of OpenCV provides (stable) python bindings if you just want to try this out rapidly...

For example, if you were interested in first finding where the face or hands you might use the HarrDetectObjects function. Having found that region of interest you might then look at using some of the motion analysis or structural analysis functions to try and then work out what they are doing.

于 2011-02-10T13:59:18.850 回答
0

顺便说一句,Kinect 被黑了——它的开源驱动程序正在进行中,结果看起来不错。

于 2011-02-10T14:12:34.257 回答