Skip to content

Instantly share code, notes, and snippets.

View bikashPeople10's full-sized avatar

bikashPeople10

  • Bangalore
View GitHub Profile
@bikashPeople10
bikashPeople10 / install.sh
Created August 23, 2017 04:37
Install OpenCV 3 with Python 2.7 on Ubuntu
# Configuration
HOME_DIR=/home/[user]/
VERSION=3.2.0
# Installation
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y build-essential cmake pkg-config
sudo apt-get install -y libjpeg8-dev libtiff5-dev libjasper-dev libpng12-dev
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev libv4l-dev