使用 Python 进行网络摄像头运动跟踪
是否有一种简单的方法可以跟踪网络摄像头中单个实体的运动?例如,我想象一个“hello world”应用程序,其中食指用作鼠标指针。
我意识到这个领域仍然有很多基础研究,所以现在期望一个易于使用的通用抽象可能还为时过早。
为了完整起见,我提到了一些相关但较低级别(和非Python)的项目,包括 AForge、WiimoteLib 和 一篇关于运动检测算法的文章。
Is there a simple way to track the motions of a single entity in a webcam feed? For example, I imagine a "hello world" app with an index finger used as mouse pointer.
I realize there's still a lot of basic research in this area, so it might be too early to expect an easy to use, generic abstraction.
For the sake of completeness, I've seen some related but lower-level (and non-Python) projects being mentioned, including AForge, WiimoteLib and an article on motion detection algorithms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想看看 http://opencv.willowgarage.com/wiki/PythonInterface。我不确定进行任意运动跟踪有多难,但实现面部跟踪相当简单。
You might want to take a look at http://opencv.willowgarage.com/wiki/PythonInterface. I'm not sure how hard it would be to do arbitrary motion tracking, but it was fairly simple to implement face tracking.