https://github.com/maharshmellow/opencv-facedetection
simple webcam facedetection using opencv
https://github.com/maharshmellow/opencv-facedetection
Last synced: 3 months ago
JSON representation
simple webcam facedetection using opencv
- Host: GitHub
- URL: https://github.com/maharshmellow/opencv-facedetection
- Owner: maharshmellow
- Created: 2016-06-06T18:39:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T19:02:58.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T14:13:36.000Z (4 months ago)
- Language: Python
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### REQUIREMENTS
- opencv and all of its requirements### INSTRUCTIONS
`python3 facedetection.py haarcascade_frontalface_default.xml`
Note: if the haarcascade file does not work, find it from the opencv installation location since it might have changed since this commit