ubuntu卸载opencv并重装opencv3.0.0 一. 卸载opencv2.4.9: Going to the "build" folder directory of opencv from terminal, and execute the following: $ sudo make uninstall $ cd .. $ sudo rm -r build $ sudo rm -r /usr/local/include/opencv2 /usr/local/include/
一. 卸载opencv2.4.9: Going to the "build" folder directory of opencv from terminal, and execute the following: 1. $ sudo make uninstall2. $ cd ..3. $ sudo rm -r build4. $ sudo rm -r /usr/local/include/opencv2 /usr/local/include/opencv /usr/include/
主要参考: 1.http://www.ozbotz.org/opencv-installation/ 2.http://www.ozbotz.org/opencv-install-troubleshooting/ 开发环境:VMware下Ubuntu+OpenCV2.4.7 安装过程: The Installation Procedure To install and configure OpenCV 2.4.1, complete the following steps. The comman