https://github.com/noppefoxwolf/ar2dfacedetector
https://github.com/noppefoxwolf/ar2dfacedetector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/ar2dfacedetector
- Owner: noppefoxwolf
- License: mit
- Created: 2019-08-14T20:18:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T17:09:27.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T05:45:47.683Z (about 2 years ago)
- Language: Swift
- Size: 75.2 KB
- Stars: 31
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Usage
```swift
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](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'AR2DFaceDetector'
```
## Author
noppefoxwolf, noppelabs@gmail.com
## License
AR2DFaceDetector is available under the MIT license. See the LICENSE file for more info.