https://github.com/marwendoukh/face-detection-with-opencv
Face detection with openCV
https://github.com/marwendoukh/face-detection-with-opencv
face-detection opencv opencv-python
Last synced: about 2 months ago
JSON representation
Face detection with openCV
- Host: GitHub
- URL: https://github.com/marwendoukh/face-detection-with-opencv
- Owner: marwendoukh
- Created: 2017-02-08T21:05:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T13:57:56.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T17:53:15.021Z (about 1 year ago)
- Topics: face-detection, opencv, opencv-python
- Language: Python
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face detection with openCV
This is a python program that detects faces using a trained classifier (offered by openCV) and draw a red rectangle around it.
# How to use it
To test it , put an image in the same directory as this program and run :
```
python face-detection.py yourface.jpg
```
The result will be like this
