/face-detector-opencv

Implemented a face detector using opencv

Primary LanguagePython

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