https://github.com/peppelinux/facerecognition
https://github.com/peppelinux/facerecognition
facial-recognition haar-cascade opencv opencv-python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/peppelinux/facerecognition
- Owner: peppelinux
- License: bsd-2-clause
- Created: 2019-05-18T23:14:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T08:07:46.000Z (about 6 years ago)
- Last Synced: 2025-01-07T07:44:46.327Z (over 1 year ago)
- Topics: facial-recognition, haar-cascade, opencv, opencv-python
- Language: Python
- Size: 4.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a personal study about Face Recognition.
Started from a fork of https://github.com/shantnu/FaceDetect/
Requirements
-----------
It works with OpenCV3.
````
pip install opencv-python
````
Run
---
`python face_detect.py your_image.jpg`
`find ./ciao/VIDEOSORVEGLIANZA_STORAGE/INGRESSO_ARMADIO_ETH/2019-03* -type f -name "*jpg" -exec python3 face_detect.py {} \;`
Better code and approaches
--------------------------
- https://github.com/ageitgey/face_recognition
Resources
---------
If you want to understand how the code works, the details are here:
https://realpython.com/blog/python/face-recognition-with-python/
Other:
- https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_video/py_bg_subtraction/py_bg_subtraction.html
- https://www.pyimagesearch.com/2014/08/04/opencv-python-color-detection/
- https://www.learnopencv.com/invisibility-cloak-using-color-detection-and-segmentation-with-opencv/#:~:text=The%20Hue%20values%20are%20actually,detection%20of%20skin%20as%20red.
- https://stackoverflow.com/questions/42065405/remove-noise-from-threshold-image-opencv-python