
Sudo apt-get install libgtk2.0-dev # Required by opencv for GUI features Sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev # Libraries required to read various video formats


Sudo apt-get install libjpeg8-dev libtiff4-dev libjasper-dev libpng12-dev # Libraries required to read various image format from disk Sudo apt-get install build-essential cmake git pkg-config # Developer tools required to compile opencv Here are the steps to compile and install OpenCV from source on Ubuntu, just in case the link doesn't work (Tested on Ubuntu 14.04 LTS with python 3). Or, you may need to use the following command to update your pip3 pip3 install -upgrade pip
