https://github.com/appcoda/facedetector
A Face Detection Demo using Core Image in iOS
https://github.com/appcoda/facedetector
Last synced: 3 months ago
JSON representation
A Face Detection Demo using Core Image in iOS
- Host: GitHub
- URL: https://github.com/appcoda/facedetector
- Owner: appcoda
- Created: 2016-09-06T04:38:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T20:18:30.000Z (over 7 years ago)
- Last Synced: 2025-03-27T05:33:31.208Z (3 months ago)
- Language: Swift
- Homepage: http://www.appcoda.com/face-detection-core-image
- Size: 9.68 MB
- Stars: 68
- Watchers: 10
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Face Detection Demo using Core Image in iOS
Core Image is a powerful API built into Cocoa Touch. It’s a critical piece of the iOS SDK. However, it often gets overlooked. In this tutorial, we’re going to examine Core Image’s face detection features and how to make use of this technology in your own iOS apps!
For the full tutorial, please refer to the link below:
http://www.appcoda.com/face-detection-core-image