OpenCV、OpenFramework 和处理框架之间有什么区别?

发布于 2024-12-26 01:11:37 字数 406 浏览 6 评论 0原文

我想开始我的项目,进行实时视频内容分析、人脸检测、手势检测和注视跟踪。

在这里我无法找到适合我的框架。我精通 C++、JAVA 和 Python。但我更喜欢 C++。

任何人都可以建议我以下框架中最好的是什么。

  1. OpenCV
  2. OpenFrameworks
  3. 处理

请也推荐我这本书/教程/视频

谢谢

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.

  1. OpenCV
  2. OpenFrameworks
  3. Processing

Please, also suggest me the book/tutorial/videos

Thanks

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

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

发布评论

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

评论(2

深陷 2025-01-02 01:11:37

您在这里发布的三个框架完全不同!

所以,

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?

成熟的代价 2025-01-02 01:11:37

处理是基于 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.

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