VS2019在Opencv4.5.3及其contrib安装过程中的错误
本人使用的是VS2019,opencv4.5.3,opencv_contrib-4.5.3,CMake3.21.1,在安装过程中出现几个地方的错误。 错误类型一: CMake Error at cmake/OpenCVModule.cmake:274 (message): No modules has been found:opencv_contrib-4.5.3 cmake/OpenCVModule.cmake:356 (_glob_locations) modules/CMakeLists.txt:7 (ocv_glob_modules) **解决:**这里问题是opencv_contrib的引用错误。
注意1、path路径包含modules目录 2、使用正斜杠/ 错误类型二: data: Download failed: 6;“Couldn’t resolve host name” For details please refer to the download log file:… Call Stack (most recent call first):…
例如: face_landmark_model.dat ippicv_2020_win_intel64_20191018_general.zip
**解决:**这种情况就是下载不成功,打开call stack提示下面那一行的CMake文件,把其中下载地址前面那部分改为https://raw.githubusercontents.com/
当然也很容易出现卡住的现象,这种情况就只能等着报错了。
|