AR2DFaceDetector
AR2DFaceDetector copied to clipboard
trafficstars

Usage
func session(_ session: ARSession, didUpdate frame: ARFrame) {
let detector = AR2DFaceDetector(frame: frame, orientation: .right)
let size = detector.capturedImage.extent.size
detector.faces.first?.landmarks.faceContour?.normalizedPoints
}
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
AR2DFaceDetector is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AR2DFaceDetector'
Author
noppefoxwolf, [email protected]
License
AR2DFaceDetector is available under the MIT license. See the LICENSE file for more info.