Flash 视频中的对象跟踪/检测
我想知道是否有任何方法可以使用 ActionScript 跟踪 Flash 视频中的对象?例如,假设我想跟踪一个红球,我该怎么做?我见过一些使用 OpenCV 端口的示例,但显示的示例用于面部检测。我似乎无法弄清楚 OpenCV 端口和实际的 OpenCV 库本身有什么区别。是全端口吗?
谢谢!
I am wondering if there's any way I can track objects in Flash video using ActionScript? For example, let's say I would like to track a red ball, how can I do this? I have seen some examples using the OpenCV port but the examples shown are for face detection. And I can't seem to figure out what's the difference between the OpenCV port and the actual OpenCV library itself. Is it a full port?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个可以执行您想要的操作的类: http: //blog.soulwire.co.uk/code/actionscript-3/webcam-motion-detection-tracking
Here's a class that might do what you want: http://blog.soulwire.co.uk/code/actionscript-3/webcam-motion-detection-tracking