ubuntu16.04下配置opencv3.2遇到的问题及解决方案

在ubuntu16.04下配置3.2.0

cmake使用总结(转)—工程主目录CMakeList文件编写

https://www.cnblogs.com/Free-Thinker/p/6163315.html

安装包出现错误代码

E: Sub-process /usr/bin/dpkg returned an error code (1) 出错解决方案

http://www.linuxidc.com/Linux/2014-03/98624.htm

Linux下CMake使用介绍

http://blog.csdn.net/yuandi_xia/article/details/42191793

http://blog.csdn.net/fengbingchun/article/details/46685413

https://www.cnblogs.com/AbnerShen/p/7399010.html

安装+测试环节

https://www.cnblogs.com/arkenstone/p/6490017.html 主要看这一个

https://www.cnblogs.com/paladinzxl/p/6749446.html 测试是否安装成功

一些另外的参考

http://blog.csdn.net/abcsunl/article/details/63686496

http://blog.csdn.net/qq_24626557/article/details/70173399

http://blog.csdn.net/fanzhiyi521/article/details/53456169

http://blog.csdn.net/qxconverse/article/details/59704906

http://blog.csdn.net/fanzhiyi521/article/details/53456169

http://blog.csdn.net/jiandanjinxin/article/details/71438780

build和make的时候都发现警告

Ubuntu16:cmake生成Makefile编译caffe过程(OpenBLAS/CPU+GPU)塈解决nvcc warning:The ‘compute_20’, ‘sm_20’

http://blog.csdn.net/10km/article/details/61619573

cmake -DBLAS=Open -DCUDA_NVCC_FLAGS=–Wno-deprecated-gpu-targets …

做了之后发现make报错

又close了

因为我的python是3.5,但是默认解译器是2.7

所以要配置一下

http://blog.csdn.net/jiandanjinxin/article/details/71438780

opencv的卸载 这篇有讲

http://blog.csdn.net/fireflychh/article/details/73970244

作者:Aimer_Chen
来源:CSDN
原文:https://blog.csdn.net/Aimer_Chen/article/details/78543081
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(环境配置安装;)