Face Detection using OpenCV & Python

In this quick post I wanted to share a very popular and easy way of detecting faces using Haar cascades in an image and save all the faces in a folder using OpenCV and Python.

 

First of all make sure you have OpenCV installed. You can install it using pip:

pip install opencv-python

Source Code


No comments

Powered by Blogger.