https://github.com/eliasgit2017/face_detection
Haar cascades for face and eye detection with opencv(cv2).
https://github.com/eliasgit2017/face_detection
cv2 eye-detection face-detection haar-cascades haarcascade-frontalface opencv python3 sorbonne-university
Last synced: 6 months ago
JSON representation
Haar cascades for face and eye detection with opencv(cv2).
- Host: GitHub
- URL: https://github.com/eliasgit2017/face_detection
- Owner: EliasGit2017
- Created: 2019-12-07T21:36:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T17:21:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T07:46:01.882Z (8 months ago)
- Topics: cv2, eye-detection, face-detection, haar-cascades, haarcascade-frontalface, opencv, python3, sorbonne-university
- Language: Python
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face_detection
Haar cascades for face and eye detection with opencv(cv2).
This code is used to give a visual and playful example of python's expressiveness to freshmen
starting the MIPI program at Sorbonne University. Through the implementation of Haar cascades
I manage to catch the attention of many students and generally get positive feedback during the
presentation lecture.At the end of the semester, I help interested students improve this code to implement more
advanced features (using the geometry and algebra notions they learned during their
1M001 and 1M002 Courses).