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/…
Ubuntu安装opencv with cuda 为了运行dense flow真是折腾啊,下面网址是教程 http://blog.aicry.com/ubuntu-14-04-install-opencv-with-cuda/ http://rolflussi.blogspot.com/2015/09/opencv-with-cuda-on-ubuntu-1404.html 建议不要安装3.0以上版本,但是2.4.10版本又不支持gpu,真TM坑爹,应该可以用2.4.12版本. 1.首先下载op…