【发布时间】:2015-11-12 14:31:01
【问题描述】:
我想使用 OpenCV 但我无法编译它,我认为这是因为 Eigen。
当我使用 Cmake 命令时,找到了 Eigen:
> -- 使用特征:是(版本 3.2.2)
而我的计算机上只有 Eigen2。 (也许这是一个过时的文件,但我不知道它来自哪里)。
然后,一旦 Cmake 完成,我就做
制作-j4
在 64% 时出现以下错误:
/home/sl001093/opencv-2.4.10/modules/contrib/src/rgbdodometry.cpp:65:47:致命错误:不支持/Eigen/MatrixFunctions:没有这样的文件 编译中止。 make[2]: * [modules/contrib/CMakeFiles/opencv_contrib.dir/src/rgbdodometry.cpp.o] 错误 1 make1: * [modules/contrib/CMakeFiles/opencv_contrib.dir/all] 错误2 make: *** [all] Erreur 2
非常感谢您!
【问题讨论】:
标签: c++ opencv compilation eigen