Centos7.3 安装 OpenCV3.3.0
Posted wyu123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7.3 安装 OpenCV3.3.0相关的知识,希望对你有一定的参考价值。
一开始会出现这个错误:
1 CMake Error at CMakeLists.txt:11 (message): 2 3 4 FATAL: In-source builds are not allowed. 5 6 You should create separate directory for build files. 7 8 9 10 -- Configuring incomplete, errors occurred!
原因是:则应该是在代码根目录下直接执行过 cmake,导致根目录下生成了 CMakeCache.txt,需要删除 CMakeCache.txt再次执行编译即可。
cmake 的时候会下载 IPPICV: Download: ippicv_2017u2_lnx_intel64_20170418.tgz ,速度有点慢。。。。
官方安装网址:https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation
已成功安装。。。。。好海森。。。。
以上是关于Centos7.3 安装 OpenCV3.3.0的主要内容,如果未能解决你的问题,请参考以下文章
OpenCV学习笔记——OpenCV3.3.0+VS2015开发环境配置
OpenCV3.3.0 + CLion + CMake 配置(Mac巨细无敌版)