FaceMatcher.compareTemplateLists Method

Module: FaceMatcher

Definition

Compares two template lists and outputs a comparison score.

int compareTemplateLists(FaceTemplateList referenceList, FaceTemplateList probeList, PoolingMethod poolingMethod)

Parameters

referenceList FaceTemplateList
in Reference template list.

in Probe template list.

poolingMethod PoolingMethod
in Pooling method applied during the match process.

Returns

int
The comparison score, in the range [0;65535].

Exceptions

An error has occurred during Face Library execution.