match
Match the probe face image against the reference face image.
Return
Matching score.
Parameters
reference Face Image
Face image.
probe Face Image
Face image.
Throws
If verification module is not activated.
If matching is not possible to evaluate.
Match the probe face image against the reference template.
Return
Matching result.
Parameters
reference Template
Reference template.
probe Face Image
Probe face image.
Throws
If verification module is not activated.
If matching is not possible to evaluate.
abstract fun match(referenceTemplateBytes: ByteArray, probeFaceImage: FaceImage): FaceMatcher.Result
Match the probe face image against the reference template.
Return
Matching result.
Parameters
reference Template Bytes
Reference template bytes.
probe Face Image
Probe face image.
Throws
If verification module is not activated.
If matching is not possible to evaluate.