Note: This tutorial has been tested on Ubuntu 14.04 LTS with OpenCV 2.4.11 which is most stable opencv version till date. If you find some configuration settings erroneous please do mention the platform details in the comment and the error Thanks! 1. KEEP UBUNTU OR DEBIAN UP TO DATE Open your terminal and execute: sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove. 2. INSTALL THE DEPENDENCIES Build tools: sudo apt-get install build-essential cmake GUI: sudo apt-get install qt5-default libvtk6-dev Media I/O: sudo apt-get install zlib1g-dev libjpeg-dev libwebp-dev libpng-dev libtiff5-dev libjasper-dev libopenexr-dev libgdal-dev Video I/O: sudo apt-get install libdc1394-22-dev libavcodec-dev libavformat-dev libswscale-dev libtheora-dev libvorbis-dev libxvidcore-dev libx264-dev yasm libopencore-amrnb-dev libopencore-amrwb-dev libv4l-dev libxine2-dev Parallelism and linear algebra libraries...
Comments
Post a Comment