
Thanks! (Update: noting from comment "Working on Windows 10")


If you are using Windows 10 and Anaconda/Python 3.x, and this solution works, please add a comment below. NOTE 2: this will probably work for Anaconda/Python 3.x too. NOTE 1: as mentioned mentioned by (thank you) in comment section however, this solution appears to also work for Windows 10. (see notes below - this works also for Windows 10, and likely Python 3.x too). Nevertheless I've copied and pasted the important bits to this post.Īt the time of writing I was using Windows 8.1, 64-bit machine, Anaconda/ Python 2.x. I have summarized my now fully working solution, OpenCV-Python - How to install OpenCV-Python package to Anaconda (Windows). Sudo apt-get -qq install libopencv-dev build-essential checkinstall cmake pkg-config yasm libjpeg-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libxine2 libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev python-dev python-numpy libtbb-dev libqt4-dev libgtk2.0-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev libxvidcore-dev x264 v4l-utilsĬmake -G "Unix Makefiles" -DCMAKE_CXX_COMPILER=/usr/bin/g++ CMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local -DWITH_TBB=ON -DBUILD_NEW_PYTHON_SUPPORT=ON -DWITH_V4L=ON -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DBUILD_EXAMPLES=ON -DWITH_QT=ON -DWITH_OPENGL=ON -DBUILD_FAT_JAVA_LIB=ON -DINSTALL_TO_MANGLED_PATHS=ON -DINSTALL_CREATE_DISTRIB=ON -DINSTALL_TESTS=ON -DENABLE_FAST_MATH=ON -DWITH_IMAGEIO=ON -DBUILD_SHARED_LIBS=OFF -DWITH_GSTREAMER=ON -DWITH_CUDA=ON.

Sudo apt-get install -y libjpeg-dev libpng12-dev libtiff5-dev libjasper-dev Sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev Sudo apt-get install -y python-numpy python-dev
