Installing OpenCV 3.1 on Raspbian Jessie
Prerequisites
- Keep your system up to date:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo reboot
- Make sure you've got an internet connection.
- Make sure you've got
- wget
- unzip
Installation
Run the script install-opencv.sh
Typo in line 66? When I tried to install opencv manually and enable the c examples cmake failed in samples/gpu/CMakeLists.txt, looks like a bug in there.