Skip to content

OpenCV

Important

Use iterm2 to launch scripts to avoid SIP problems on OSX

Cool Projects

Setup

OSX

Install OpenCV 4 with:

brew install opencv

Ubuntu

Instructions for installing OpenCV 4 on Ubuntu are here.

Windows

Instructions for installing OpenCV 4 on Windows are here.

Raspbian

The script for OpenCV 4.0 is here.

The script explanation is here.

Determining OpenCV version

Determining openCV version
$ python
>>> import cv2
>>> cv2.__version__