File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ The `FaceSDK` offers a single function for `face detection` and `face liveness d
138
138
let faceBoxes = FaceSDK.faceDetection (image)
139
139
```
140
140
141
- https://github.com/kby-ai/FaceRecognition-FaceLivenessDetection-iOS/blob/ce7d090209a4c8fa9082d19b0a678a5d90c924d7/FaceRecognition/CameraViewController.swift#L101-L113
141
+ https://github.com/kby-ai/FaceRecognition-FaceLivenessDetection-iOS/blob/ce7d090209a4c8fa9082d19b0a678a5d90c924d7/FaceRecognition/CameraViewController.swift#L111-L117
142
142
143
143
This function takes a single parameter, which is a ` UIImage ` object.
144
144
The return value of the function is a list of ` FaceBox ` objects.
@@ -152,7 +152,7 @@ The `FaceSDK` provides a function that can generate a `template` from a `UIImage
152
152
let templates = FaceSDK.templateExtraction (capturedImage, faceBox : faceBox)
153
153
```
154
154
155
- https://github.com/kby-ai/FaceRecognition-FaceLivenessDetection-iOS/blob/ce7d090209a4c8fa9082d19b0a678a5d90c924d7/FaceRecognition/CameraViewController.swift#L128-L132
155
+ https://github.com/kby-ai/FaceRecognition-FaceLivenessDetection-iOS/blob/ce7d090209a4c8fa9082d19b0a678a5d90c924d7/FaceRecognition/CameraViewController.swift#L125-L129
156
156
157
157
The ` SDK ` 's ` template ` extraction function takes two parameters: a ` UIImage ` object and an object of ` FaceBox ` .
158
158
You can’t perform that action at this time.
0 commit comments