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

发布于 2024-08-23 17:03:37 字数 458 浏览 8 评论 0原文

是否有一种简单的方法可以跟踪网络摄像头中单个实体的运动?例如,我想象一个“hello world”应用程序,其中食指用作鼠标指针。

我意识到这个领域仍然有很多基础研究,所以现在期望一个易于使用的通用抽象可能还为时过早。

为了完整起见,我提到了一些相关但较低级别(和非Python)的项目,包括 AForgeWiimoteLib一篇关于运动检测算法的文章

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你与清晨阳光 2024-08-30 17:03:37

您可能想看看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文