https://github.com/lawvs/face-recognition-demo
face recognition with opencv and python
https://github.com/lawvs/face-recognition-demo
face-recognition opencv python
Last synced: about 2 months ago
JSON representation
face recognition with opencv and python
- Host: GitHub
- URL: https://github.com/lawvs/face-recognition-demo
- Owner: lawvs
- Created: 2018-05-09T16:05:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T16:05:43.000Z (about 8 years ago)
- Last Synced: 2025-02-08T21:22:00.428Z (over 1 year ago)
- Topics: face-recognition, opencv, python
- Language: Python
- Size: 241 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face recognition demo
## introduction
face recognition with opencv and python
## usage
- installation dependencies
```
pip intall -r requirement.txt
```
## note
- opencv default detecting classifiers path in`python/Lib/site-packages/cv2/data/haarcascade_*.xml`
## references
- [opencv_contrib](https://github.com/opencv/opencv_contrib)
- [OpenCV人脸识别之三:识别自己的脸](http://6xiaolong.cn/?p=85)
- [opencv-face-recognition-python](https://github.com/informramiz/opencv-face-recognition-python/blob/master/OpenCV-Face-Recognition-Python.py)