FaceMatcher

interface FaceMatcher

Face matcher.

Types

Link copied to clipboard

Thrown if matching is not possible to evaluate.

Link copied to clipboard
data class Result

Matching result.

Functions

Link copied to clipboard
abstract fun match(referenceFaceImage: FaceImage, probeFaceImage: FaceImage): FaceMatcher.Result

Match the probe face image against the reference face image.

abstract fun match(referenceTemplate: Template, probeFaceImage: FaceImage): FaceMatcher.Result
abstract fun match(referenceTemplateBytes: ByteArray, probeFaceImage: FaceImage): FaceMatcher.Result

Match the probe face image against the reference template.