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 FaceTemplateListin Reference template list.
probeList FaceTemplateListin Probe template list.
poolingMethod PoolingMethodin Pooling method applied during the match process.
Returns
intThe comparison score, in the range [0;65535].
Exceptions
An error has occurred during Face Library execution.