将 opencv 连接到 qtcreator

发布于 2024-11-06 05:01:06 字数 197 浏览 0 评论 0原文

我有 VC++ 和opencv 代码,我想使用 qtcreator 为其设计 GUI。

首先,我将库包含到项目中,并且它运行时没有任何错误。

现在,这之后我应该做什么?

如何将代码添加到项目的main.cpp文件中?

我应该将每个 opencv 代码更改为 Q... 就像 IpImage 更改为 QImage 吗?

I have VC++ & opencv code and I want to design GUI to it using qtcreator.

First of all, I included the libraries to the project and it ran without any errors.

Now, what should I do after this?

How can I add the code into main.cpp file in the project?

should I change every opencv code to Q... like IpImage to QImage?

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

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

发布评论

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

评论(2

轻拂→两袖风尘 2024-11-13 05:01:06

安装 VS-addin 它将把 .pro 文件挂接到 gui自动编辑器

Install the VS-addin it will hook the.pro file to a gui editor automatically

走过海棠暮 2024-11-13 05:01:06

关于将OpenCV连接到Qt GUI类,这里是一个示例代码 QtOpenCV 1 .它获取内容 ipmage ,IIRC 转换为 rgb32 并在 PaintEvent(QPaintEvent*) 中将其绘制在 QWidget 上;

About connecting OpenCV to Qt GUI classes , here is an example code QtOpenCV 1 . It takes content ipmage ,IIRC converts into rgb32 and paints it over a QWidget in paintEvent(QPaintEvent*);

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