参考链接:
https://blog.youkuaiyun.com/liu798675179/article/details/51259505
https://blog.youkuaiyun.com/linshuhe1/article/details/51221015
https://blog.youkuaiyun.com/liu798675179/article/details/51259505
下面是我在按照过程中出现的部分问题,解决方法如下
【1】模块计算机类型“X86”与目标计算机类型“X64”冲突
cmake_gui编译时,选择vs版本下面要选择X64。否则会默认win32,后面编译程序会出现上述问题。
【2】The codeexecution cannot proceed because opencv_aruco310.dll was not found.
需要设置系统路径和用户变量。
【3】不能打开某个lib
OPENCV.sln在release和debug两个模式下编译后需要各自install,否则lib会只有一种。