OpenCV & Python

Getting started with Computer Vision and Video in Python

Keno Leon
5 min readAug 7, 2020

--

OpenCV is the goto library for many image and video projects in Python, I remember struggling a bit with the documentation when starting out, so here’s a guided coding tour that I hope helps you.

Install OpenCV: <= Search for your particular environment, but this usually works:

--

--