? OpenCV 101

Introduction to image processing, most used and popular functions of OpenCV go here.

Syllabus:

 Fundamentals of OpenCV
 Drawing Shapes
 Image Processing Techniques
 Image Filtering
 Arithmetic with Images
 Morphological transformations
 Image histograms
 Thresholding techniques
 Edge Detection
 Feature detection

OpenCV Installation:

For the base edition:

$ pip install opencv-python

Full the full edition (contributions included):

$ pip install opencv-contrib-python

Resources:

GitHub

View Github