OpenCV、OpenFramework 和处理框架之间有什么区别?
我想开始我的项目,进行实时视频内容分析、人脸检测、手势检测和注视跟踪。
在这里我无法找到适合我的框架。我精通 C++、JAVA 和 Python。但我更喜欢 C++。
任何人都可以建议我以下框架中最好的是什么。
请也推荐我这本书/教程/视频
谢谢
I want to start my project for live video content analysis, Face Detection, Gesture Detection and Gaze Tracking.
Here i am unable to find the right framework for me. I am well versed with C++, JAVA, and Python. But i Prefer C++.
Can anybody suggest me whats the best among the following frameworks.
Please, also suggest me the book/tutorial/videos
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在这里发布的三个框架完全不同!
所以,
OpenCV 是计算机视觉算法的集合。听起来不错。
OpenFrameworks 是一款帮助您管理视频内容的工具 - 读取、写入、传输多媒体。如果默认的 OpenCV 函数不允许您读取要处理的视频,它可以帮助您。但在项目的第一阶段,最好关注算法。
什么是处理框架?一个新的库?或者只是对所有视频库的引用?
The three frameworks you posted here are totally different!
So,
OpenCV is a collection of algorithms for computer vision. Sounds good for you.
OpenFrameworks is a tool that help you manage video content - read, write, stream multimedia. It can help you if the default OpenCV functions do not allow you to read the video you want to process. But in the first stages of your project, it's better to focus on algorithms.
And what is Processing frameworks? a new lib? or just a reference to all the video libraries out there?
处理是基于 C 和 C++ 库构建的 Java 脚本。它是一个独立的 IDE。
Openframeworks 是一个库的集合,它模仿自然语言处理的使用,但完全是您在 Visual Basic 或 xcode 等中使用的 C++。
Opencv 是已移植到处理和的相机视觉。
简历中包含了示例。
此外,processing.org 和 openframeworks.cc 也是很好的参考。
Processing is Java script built on c and c++ libraries. Its a self contained IDE.
Openframeworks is a collection of libraries that mimics the natural language use of processing but entirely c++ that you use in something like visual basic or xcode.
Opencv is camera vision that has been ported to processing and of.
Examples are included with of for cv.
Also, processing.org and openframeworks.cc are great references.