AS3 网络摄像头形状识别

发布于 2024-10-18 04:20:57 字数 130 浏览 2 评论 0原文

我正在写一篇关于动作脚本中网络摄像头运动跟踪的论文。我正在寻找如何做到这一点的不同可能性,并且已经找到了一些。

然而,我想尝试一种方法,但我有点卡住了。我正在尝试实现身体形状识别(最好是手)。有人对我如何实现这一目标有任何想法吗?

I'm making a dissertation on webcam motion tracking in actionscript. I am looking at different possibilities on how to do this and have found a few already.

There is, however, one method I would like to try out, but i'm kind of stuck. I'm trying to achieve body shape recognition (preferably a hand). Does anyone have any ideas on how I could achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

半边脸i 2024-10-25 04:20:57

这不是一个容易的问题。 OpenCV 具有运动跟踪功能,但您必须使其代码适应 as3。对于 as3 来说,这也是一项计算上相当困难的任务。

http://opencv.willowgarage.com/wiki/

Not an easy problem. OpenCV has motion tracking but you would have to adapt it's code to as3. This is a fairly computationally difficult task for as3 too.

http://opencv.willowgarage.com/wiki/

北座城市 2024-10-25 04:20:57

我用另一种方式解决了这个问题:我没有使用形状识别,这实际上很难实现(并且对于闪存来说在计算上非常具有挑战性),但我现在使用彩色对象进行跟踪:)

I have solved the problem in another way: i am not using shape recognition, which was actually to difficult to achieve (and computationally very challenging for flash), but i am now using colored objects for tracking :)

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