Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 441 Bytes

OpenCV 3 - Python

The scripts in here are mostly just short examples for certain things / functions that you can do in OpenCV.

Install OpenCV on Ubuntu (Python bindings) follow this tutorial:

http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/

(By Adrian Rosebrock on October 24, 2016).

OpenCV 3.2.0 on Ubuntu 16 (Python 2.7):

/ImageProcessing

OpenCV 3.1.0 on Ubuntu 14 (Python 2.7):

/basics/