sudo apt-get install -t jessie cmake git pkg-config libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install -t jessie python-dev python-numpy libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
sudo apt-get install -t jessie libgtk2.0-dev
wget https://github.com/Itseez/opencv/archive/3.0.0.zip
unzip 3.0.0.zip
cd opencv-3.0.0
mkdir release
cd release
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
Last active
August 29, 2015 14:27
-
-
Save sv99/a89e352064823c171550 to your computer and use it in GitHub Desktop.
OPenCV 3.0 RPi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment