Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.24 KB

OpenCVPy

OpenCVPY is a collection of samples and tutorials of OpenCV with Python based on the python courses from this website.

OpenCV is an image processing library that allows for modification functionality with images as well as videos and webcam.

Quick Start and Setup

Obviously the main thing needed in these tutorials is opencv(cv2) and numpy(numpy) libraries for python. Matplotlib is optional but not required.

There are two methods to setting up

Method 1 (Easier and Preferred)

Method 2

(c) 2016, Xeliot, All Rights Reserved

  • Licensed under the GPLV3.