Computer Vision Demo

Object Detection with Haar Cascades in Python

OpenCV for Python comes with some advanced tools in an easy to use package, object Detection using Haar Cascades is one of them. I will explain roughly what it is and go through how to do recognition of facial features in images as well as videos.

Daniel Holmberg
Towards Data Science
7 min readFeb 5, 2020

--

Theory lesson

--

--