https://github.com/tilfin/face-detection
Face Detection comparing OpenCV and Dlib on Python
https://github.com/tilfin/face-detection
dlib face-detection opencv python
Last synced: 5 months ago
JSON representation
Face Detection comparing OpenCV and Dlib on Python
- Host: GitHub
- URL: https://github.com/tilfin/face-detection
- Owner: tilfin
- License: mit
- Created: 2017-01-13T15:13:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T15:14:51.000Z (over 9 years ago)
- Last Synced: 2025-04-15T05:52:53.895Z (about 1 year ago)
- Topics: dlib, face-detection, opencv, python
- Language: Python
- Size: 132 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face Detection
Comparing OpenCV 3 and Dlib on Python 3.5
```
$ python detect_face.py image.jpg
```