Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 436 Bytes

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