match
Match reference and probe face templates.
Return
Matching result.
Parameters
referenceTemplate
Reference template.
probeTemplate
Probe template.
Throws
If verification module is not activated.
If matching failed.
abstract fun match(referenceTemplateBytes: ByteArray, probeTemplateBytes: ByteArray): TemplateMatcher.Result
Match reference and probe face templates.
Return
Matching result.
Parameters
referenceTemplateBytes
Reference template bytes.
probeTemplateBytes
Probe template bytes.
Throws
If verification module is not activated.
If matching failed.