match
Match reference and probe face templates.
Return
Matching result.
Parameters
reference Template
Reference template.
probe Template
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
reference Template Bytes
Reference template bytes.
probe Template Bytes
Probe template bytes.
Throws
If verification module is not activated.
If matching failed.