Face Matcher
interface FaceMatcher
Face matcher.
Types
Functions
Link copied to clipboard
Match the probe face image against the reference face image.
abstract fun match(referenceTemplateBytes: ByteArray, probeFaceImage: FaceImage): FaceMatcher.Result
Match the probe face image against the reference template.