- 博客(2)
- 收藏
- 关注
原创 Found Eigen dependency, but the version of Eigen……编译问题解决
编译过程中出现如下错误:Failed to find Ceres - Found Eigen dependency, but the version of Eigen found (3.4.0) does not exactly match the version of Eigen Ceres was compiled with (3.3.4).问题原因:安装版本与CMakeList文件所需版本不匹配问题解决:参考链接 解决方法即将如下代码添加到/usr/local/lib/cmake/Ceres/
2022-03-13 16:05:27
2834
1
原创 对‘cv Mat Mat()’未定义的引用‘cv imread(cv String const&, int)’未定义的引用 ...的解决办法
对‘cv::Mat::Mat()’未定义的引用‘cv::imread(cv::String const&, int)’未定义的引用 …的解决办法视觉SLAM十四讲的ch5的部分代码,运行时出现了大面积的报错,说相应的函数没有定义引用。运行结果如下图所示:原因:CMakeList文件缺少相应的链接,找不到OpenCV函数库解决办法:CMakeList文件替换为如下代码cmake_minimum_required( VERSION 2.8 )project(imageBasics) se
2022-03-13 09:07:21
10088
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人