Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/play3rzer0/facedetectwebcam
This uses face detection with webcam.
https://github.com/play3rzer0/facedetectwebcam
ai computer-science computer-vision face-detection haar-cascade-classifier haarcascade-frontalface machine-learning opencv python3 viola-jones
Last synced: about 2 hours ago
JSON representation
This uses face detection with webcam.
- Host: GitHub
- URL: https://github.com/play3rzer0/facedetectwebcam
- Owner: Play3rZer0
- License: gpl-3.0
- Created: 2020-03-08T06:52:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T08:29:49.000Z (over 4 years ago)
- Last Synced: 2024-07-11T14:25:40.601Z (4 months ago)
- Topics: ai, computer-science, computer-vision, face-detection, haar-cascade-classifier, haarcascade-frontalface, machine-learning, opencv, python3, viola-jones
- Language: Python
- Homepage:
- Size: 280 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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