FaceMatcher.searchTemplate Method¶
Module: FaceMatcher
Definition¶
Performs a one-to-many search of a biometric probe against a previously initialized dictionary of biometric references and outputs a candidate list.
void searchTemplate(FaceTemplateDict referenceDict, FaceTemplate probe, int maxCandidates, FaceCandidateList candidateList)
Parameters
referenceDict FaceTemplateDictin Reference template dictionary.
probe FaceTemplatein Probe template.
maxCandidates intin Maximum number of candidates to output.
candidateList FaceCandidateListin List of candidates sorted by decreasing match score.
Exceptions
An error has occurred during Face Library execution.