Skip to content

zohaib304/opencv_face_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCv Face Detection

The Haar Cascade Algorithm used to identify faces in an image or a real time video.

Haar Cascade

Run on a single image

This command runs the model on a single image, and output the image with face detected.

# OpenCV must be installed.
python main.py --image path_to_image_file

Face Detection