face-detection

Face detection using Python and OpenCV
|

Face detection using Python and OpenCV

In this project-tutorial, we will be learning how to detect human faces in both images and videos using the OpenCV library package in Python. For this project we will be using the Haar-Cascade Classifiers (pre-trained classifiers for face, eyes, eye-glasses, smile, etc detection). In the first part, we will detect faces in an image and…