Skip to content

siudro/Opencv-Real-Time-Face-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Opencv-Real-Time-Face-Detector

Prerequisites:

Process:

In this repo, I used Haar feature-based cascade classifiers which has a pre-trained machine learning functions that detect faces and other objects in an effective manner. First capturing the video through a webcam, then converting each frame from the video to gray-scale image, so that the cascade classifier can work faster in detecting faces.

Before Running the face_detector.py file, first create a virtual environment and add the python file into it, then make sure to modify the directory in line 3 to the exact directory where you saved the haarcascade_frontalface_default.xml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages