简体   繁体   English

用Python进行网络摄像头运动跟踪

[英]webcam motion tracking with Python

Is there a simple way to track the motions of a single entity in a webcam feed? 有没有一种简单的方法来跟踪网络摄像头Feed中单个实体的动作? For example, I imagine a "hello world" app with an index finger used as mouse pointer. 例如,我想象一个“hello world”应用程序,食指用作鼠标指针。

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 . 为了完整起见,我已经看到了一些相关但较低级别(和非Python)的项目,包括AForgeWiimoteLib一篇关于运动检测算法的文章

You might want to take a look at http://opencv.willowgarage.com/wiki/PythonInterface . 您可能需要查看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. 我不确定进行任意运动跟踪有多难,但实现面部跟踪相当简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM