https://github.com/samparsky/face-detection
A face detection application written in opencv and c. It makes use of the haar cascades face detection that comes with opencv.
https://github.com/samparsky/face-detection
Last synced: 2 months ago
JSON representation
A face detection application written in opencv and c. It makes use of the haar cascades face detection that comes with opencv.
- Host: GitHub
- URL: https://github.com/samparsky/face-detection
- Owner: samparsky
- Created: 2015-12-17T17:12:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T17:29:20.000Z (over 9 years ago)
- Last Synced: 2023-10-26T11:51:40.146Z (over 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face-detection
A face detection application written in opencv and c. It makes use of the haar cascades face detection that comes with opencv.