项目作者: Play3rZer0

项目描述 :
This uses face detection with webcam.
高级语言: Python
项目地址: git://github.com/Play3rZer0/FaceDetectWebcam.git
创建时间: 2020-03-08T06:52:30Z
项目社区:https://github.com/Play3rZer0/FaceDetectWebcam

开源协议:GNU General Public License v3.0

下载


FaceDetectWebcam

This allows face detection with computer webcam (desktop or laptop). Developed using Python 3.6 and OpenCV 4.0. This program detects faces in real-time video.

This project uses the Viola-Jones Object Detection Framework with Haar Cascade Classifiers. The algorithm only detects faces, and does not perform recognition of any sort.

The project consists of 3 files:

  1. facedetect_web.py - File containing the Python source code.
  2. haarcascade_frontalface_default.xml - The Haar Cascade Classifier file.
  3. sample_facedetect.jpg - A sample screenshot of how face detection works.

For more information read the following article on 0xCODE:

https://medium.com/0xcode/the-viola-jones-face-detection-algorithm-3eb09055cfc2