https://github.com/zweigraf/october-eight
Detect faces with AVCaptureSession
https://github.com/zweigraf/october-eight
Last synced: 8 months ago
JSON representation
Detect faces with AVCaptureSession
- Host: GitHub
- URL: https://github.com/zweigraf/october-eight
- Owner: zweigraf
- Created: 2015-10-22T19:49:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T23:02:56.000Z (about 10 years ago)
- Last Synced: 2024-12-30T00:15:32.767Z (over 1 year ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# october-eight
## Description
Detect faces with AVCaptureSession.
## TODO
- [x] Highlight faces visually instead of just printing them out to the console
- [x] Implement ```failToCreateFaceDetection()```
- [ ] Figure out how to test this stuff (Ideas?)