禁用QT highgui输出 [英] disable QT highgui output

查看:101
本文介绍了禁用QT highgui输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经用QT编译了OpenCV. 我现在遇到一个几乎可以肯定与QT有关的错误,我想使用不带QT界面的老式highgui将其输出.

I have compiled OpenCV with QT. I'm now facing an error which I'm almost certain is related to QT and I would like to output it using the old-fashioned highgui, without the QT interface.

这可能吗?

推荐答案

cvNamedWindow( ``myWindow'', ``CV_WINDOW_NORMAL`` );

将显示没有任何Qt装饰的窗口,如果您根本不想使用任何Qt,则需要在没有Qt的情况下重建openCV

will display the windows without any Qt decorations, if you don't want any Qt to be used at all you need to rebuild openCV without Qt

这篇关于禁用QT highgui输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆