Detect face using OpenCV and Python - Image Processing - Programming Concepts

2024-08-22 0

In this video, you'll learn how to use Haar_Cascade (.xml) files to detect shapes using OpenCV and Python.

You can detect any shape using its Haar Cascade file.

Haar Cascade files: https://github.com/opencv/opencv/tree/master/data/haarcascades

FaceDetectionProgram: https://drive.google.com/open?id=196dgDF8viDhNBS6ZJaR5Q4TbSSJIBjdd

FaceDetectionUsingImage: https://drive.google.com/open?id=16XokOTUN2y71jVF-hL4nLW28e3SLCl0n

I hope you like the video. If you have any questions feel free to ask.