ORB-SLAM3CMake Error at CMakeLists.txt:37 (message): OpenCV > 2.4.3 not found.
Posted Black__Jacket
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORB-SLAM3CMake Error at CMakeLists.txt:37 (message): OpenCV > 2.4.3 not found.相关的知识,希望对你有一定的参考价值。
项目场景:ZED2相机配置使用ORB-SLAM3
ZED2相机配置使用ORB-SLAM3,出现关于opencv的报错
问题描述
CMake Error at CMakeLists.txt:37 (message): OpenCV > 2.4.3 not found.
原因分析:
由于我的opencv是4版本的,而Cmakelist里面第33行找的是find_package(OpenCV 3.0 QUIET)也就是3版本的,所以找不到,因此而报错
解决方案:
将
find_package(OpenCV 3.0 QUIET)
改为find_package(OpenCV 4.0 QUIET)
即可
以上是关于ORB-SLAM3CMake Error at CMakeLists.txt:37 (message): OpenCV > 2.4.3 not found.的主要内容,如果未能解决你的问题,请参考以下文章
C语言报错:error: expected ‘while’ at end of input } ^
@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at
@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at
@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at
@ERROR: auth failed on module wwwroot rsync error: error starting client-server protocol (code 5) at