当前位置:网站首页>The problem of configuring opencv in qt5.13.2 is solved in detail
The problem of configuring opencv in qt5.13.2 is solved in detail
2022-07-05 07:11:00 【Weft collar network】
1、 Check WITH_QT and WITH_OPENGL, Can't check WITH_IPP
A wrong [modules\core\CMakeFiles\opencv_core.dir\build.make:1494: modules/core/CMakeFiles/opencv_core.dir/vs_version.rc.obj] Error 1
take CMake Medium OPENCV/OPENCV_ENABLE_ALLOCATOR_STATS Don't tick
Error 2 [modules\core\CMakeFiles\opencv_core.dir\build.make:1708: bin/libopencv_core450.dll] Error 1
Set up OPENCV_VS_VERSIONINFO_SKIP=1, That is, tick , If the variable cannot be found OPENCV_VS_VERSIONINFO_SKIP, You can add one by yourself :
Error of three
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAK
take CMAKE_MAKE_PROGRAM The path after the item is set to Qt The path under the installation path is as follows :MinGW/bin/mingw32-make.exe, Click... Again Configure
Error four
windres.exe: unknown option -- W
take “ENABLE_PRECOMPILED_HEADERS” Cancel
Error five
in the file opencv/sources/modules/videoio/src/cap_dshow.cpp, you have the following error : 'sprintf_instead_use_StringCbPrintfA_or_StringCchPrintfA' was not declared in this scope ...
solve :opencv\source\modules\videoio\src\cap_dshow.cpp in , stay #include “DShow.h“ Insert in previous line : #define NO_DSHOW_STRSAFE
Error 6

CMake Closed in WITH_OPENCL_D3D11_NV Options , To regenerate the
边栏推荐
- 扫盲-以太网MII接口类型大全-MII、RMII、SMII、GMII、RGMII、SGMII、XGMII、XAUI、RXAUI
- inux摄像头(mipi接口)简要说明
- [OBS] x264 Code: "buffer_size“
- ROS2——node节点(七)
- Xavier CPU & GPU high load power consumption test
- Use the Paping tool to detect TCP port connectivity
- Ros2 - Service Service (IX)
- SOC_ SD_ CMD_ FSM
- Orin two brushing methods
- Interpretation of the earliest sketches - image translation work sketchygan
猜你喜欢

IPage can display data normally, but total is always equal to 0

Concurrent programming - deadlock troubleshooting and handling

Do you choose pandas or SQL for the top 1 of data analysis in your mind?

ROS2——ROS2对比ROS1(二)

Brief description of inux camera (Mipi interface)

Ros2 - function package (VI)

C语言数组专题训练

Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL

ROS2——功能包(六)

Skywalking全部
随机推荐
2022.06.27_每日一题
【obs】x264编码:“buffer_size“
2022年中纪实 -- 一个普通人的经历
Use the Paping tool to detect TCP port connectivity
Skywalking all
SD_CMD_RECEIVE_SHIFT_REGISTER
全局变量和静态变量的初始化
IPage能正常显示数据,但是total一直等于0
ROS2——功能包(六)
Preemption of CFS scheduling
Energy conservation and creating energy gap
C语言数组专题训练
基于FPGA的一维卷积神经网络CNN的实现(八)激活层实现
Matlab在线性代数中的应用(四):相似矩阵及二次型
IPage can display data normally, but total is always equal to 0
[vscode] search using regular expressions
[software testing] 02 -- software defect management
window navicat连接阿里云服务器mysql步骤及常见问题
在本地搭建一个微服务集群环境,学习自动化部署
ROS2——topic话题(八)