Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 421 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 421 Bytes

Face-Detection-Using-OpenCV

A small program to detect human faces from webcam stream using OpenCV. It uses pre trained HAAR Cascade classifier, Python and OpenCV library.

I also implemented it in that manner so that the rectangle which detects the face, it's color vary into 16000000+ colors.

NOTE: Keep the HAAR cascade XML file and the python file in the same directory.