match

abstract fun match(referenceTemplate: Template, probeTemplate: Template): TemplateMatcher.Result

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 is not possible to evaluate.


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 is not possible to evaluate.