Skip to content

leohaipengli/face-detector-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face detector

Implemented a face detector using OpenCV.

Detect all the faces using your webcam.

Requirements

numpy

opencv>=3.3.0

(Do you know you can install OpenCV using pip install opencv-contrib-python? Check it out here )

Run

python main_camera.py

Demo

TODO

Detectors

  1. Cascade Classifier

  2. OpenCV DNN Face Detector

About

Implemented a face detector using opencv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages