File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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
138138let faceBoxes = FaceSDK.faceDetection (image)
139139```
140140
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
142142
143143This function takes a single parameter, which is a ` UIImage ` object.
144144The 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
152152let templates = FaceSDK.templateExtraction (capturedImage, faceBox : faceBox)
153153```
154154
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
156156
157157The ` SDK ` 's ` template ` extraction function takes two parameters: a ` UIImage ` object and an object of ` FaceBox ` .
158158
You can’t perform that action at this time.
0 commit comments