AS3 网络摄像头形状识别
我正在写一篇关于动作脚本中网络摄像头运动跟踪的论文。我正在寻找如何做到这一点的不同可能性,并且已经找到了一些。
然而,我想尝试一种方法,但我有点卡住了。我正在尝试实现身体形状识别(最好是手)。有人对我如何实现这一目标有任何想法吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是一个容易的问题。 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/
我用另一种方式解决了这个问题:我没有使用形状识别,这实际上很难实现(并且对于闪存来说在计算上非常具有挑战性),但我现在使用彩色对象进行跟踪:)
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 :)