Facial Comparison
Last updated
Last updated
To view all the type aliases, go to the SybrinBiometrics class
Handling the success
or failure
callbacks are optional but recommended.
Please ensure that all the images conform to our guidelines and that only one face is visible per image.
The target parameter is the image that contains the face you wish to run comparison on. The faces parameter is an array of images that contains faces, that the target will be compared to. For a visual understanding refer to the below figure.
The success
callback will be executed after the session has finished and the view controller has been dismissed.
The failure
callback will be executed after the session has failed and the view controller has been dismissed.
If you would like to report a bug, contact us!
Type
Description
UIImage
The target image that you would like to compare against.
[UIImage]
An array of the faces you would like to individually compare against the target.
Type
Description
An object containing the results of the facial comparison session.
Type
Description
String
A message describing the error.