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 FaceTemplateDict
in Reference template dictionary.

in Probe template.

maxCandidates int
in Maximum number of candidates to output.

candidateList FaceCandidateList
in List of candidates sorted by decreasing match score.

Exceptions

An error has occurred during Face Library execution.