ooper-shlab / VisionFace

A simple example of face detection using Vision framework. You should better visit the Apple's sample code "Detecting Objects in Still Images", which may be a little behind the latest Swift/Xcode, but is more stable and has more features.
https://developer.apple.com/documentation/vision/detecting_objects_in_still_images
Other
2 stars 1 forks source link

VisionFace

A simple example of face detection using Vision framework.

Created by OOPer in cooperation with shlab.jp, on 2017/7/21.

The code base and the UI design is taken from the translated version of Apple's sample code: SquareCam. https://developer.apple.com/library/content/samplecode/SquareCam/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011190

See also: https://github.com/ooper-shlab/SquareCam-Swift.

===========================================================================

BUILD REQUIREMENTS:

Xcode 13, iOS SDK 15

===========================================================================