OpenCV 3.0 Trouble with Installation
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I need OpenCV3.0 since it supports some new functions which I need. I used the following code for installation (I had successfully installed OpenCV 2.4.9 using this code. But for OpenCV 3.0, while doing the cmake section, some error pops up due to mismatch of MD5 checksum) mkdir OpenCV cd OpenCV echo "Removing any pre-installed ffmpeg and x264" sudo apt - get - qq remove ffmpeg x264 libx264 - dev echo "Installing Dependenices" sudo apt - get - qq install libopencv - dev build - essential checkinstall cmake pkg - config yasm libjpeg