https://github.com/harshoza36/simplefacedetection
A normal FaceDetection app using OpenCv python library and haarcascade
https://github.com/harshoza36/simplefacedetection
face-detection opencv python3
Last synced: 3 months ago
JSON representation
A normal FaceDetection app using OpenCv python library and haarcascade
- Host: GitHub
- URL: https://github.com/harshoza36/simplefacedetection
- Owner: HarshOza36
- Created: 2020-04-29T16:37:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T02:19:46.000Z (about 6 years ago)
- Last Synced: 2025-02-28T10:17:09.124Z (over 1 year ago)
- Topics: face-detection, opencv, python3
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleFaceDetection

A normal RealTime FaceDetection app using OpenCv python library.
We use CascadeClassifier which comes from ```https://github.com/Itseez/opencv/tree/master/data/haarcascades```
Just run the faceDetection.py see the output.