C++/C#/Java 视频分析题
有人可以提供参考/框架,允许执行类似于 Microsoft Kinect 的操作,但仅使用一个视频流吗?
我想看看算法摘要和论文,如果有的话(我希望有)。
如果有人有使用它们的实际经验,请分享:)
Could someone give references / frameworks, which allow to do something like Microsoft Kinect
does, but using only one video stream?
I would like to see algorithm abstracts and papers if there are some (I hope there are).
If somebody had practical experience of using them, please share it :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个项目,它实现了简单的手部识别算法使用一个视频流的手势。
Take a look on this project, it implements simple recognition algorithm of the hands gesture using one video stream.
还有OpenCV。我喜欢这个图书馆。简单的谷歌搜索就会产生大量信息。
Also there is OpenCV. I love this library. A simple google search will yield plenty of info.