Skip to content

Commit 447eff1

Browse files
authored
Update README.md
1 parent cfd3f52 commit 447eff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The `FaceSDK` offers a single function for `face detection` and `face liveness d
138138
let faceBoxes = FaceSDK.faceDetection(image)
139139
```
140140

141-
https://github.com/kby-ai/FaceRecognition-iOS/blob/40b54da44a0c72c6bef275a060fc6b1ff8b3360c/FaceRecognition/CameraViewController.swift#L101-L113
141+
https://github.com/kby-ai/FaceRecognition-FaceLivenessDetection-iOS/blob/ce7d090209a4c8fa9082d19b0a678a5d90c924d7/FaceRecognition/CameraViewController.swift#L101-L113
142142

143143
This function takes a single parameter, which is a `UIImage` object.
144144
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
152152
let templates = FaceSDK.templateExtraction(capturedImage, faceBox: faceBox)
153153
```
154154

155-
https://github.com/kby-ai/FaceRecognition-iOS/blob/40b54da44a0c72c6bef275a060fc6b1ff8b3360c/FaceRecognition/CameraViewController.swift#L128-L132
155+
https://github.com/kby-ai/FaceRecognition-FaceLivenessDetection-iOS/blob/ce7d090209a4c8fa9082d19b0a678a5d90c924d7/FaceRecognition/CameraViewController.swift#L128-L132
156156

157157
The `SDK`'s `template` extraction function takes two parameters: a `UIImage` object and an object of `FaceBox`.
158158

0 commit comments

Comments
 (0)