OPENCV部署
我正在使用OPENCV开发QT应用程序。它在我的电脑上正常工作。即使我创建一个“发行版”版本并执行从Release文件夹执行.EXE,它在我的PC上工作正常。
但是,当我在另一台PC上启动此.EXE时,有一个问题:应用程序的一部分不使用OpenCV(QT的小部件)工作正常,但是当我单击使用OpENCV的按钮时,我的应用程序崩溃而没有错误。
I am developing a Qt application using OpenCV. It works fine on my PC. Even when I create a "Release" Version and execute the .exe from Release folder it works fine on my pc.
But when I startup this .exe on another pc there is a problem: the part of application which doesn't use OpenCV (QT's widgets) is working fine, but when I click on the button which uses OpenCV, my application crashes with no Error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好,终于。问题是在OpenCV版本中。我曾经有.dll的OpenCV 4.5.5,但是现在我尝试使用OpenCV 3.8 ...或SMTH,它可以正常工作!))))
Ok, finally. The problem was in OpenCV version. I used to have .dll of OpenCV 4.5.5 but now I tried to use OpenCV 3.8 ... or smth like that and it works fine!))