FaceIndexer.search Method¶
Module: FaceIndexer
Definition¶
Performs a one-to-many search of a face template probe against a previously initialized face indexer and outputs a candidate list.
This function is thread safe with other Search() calls but not with Add() calls.
FaceCandidateIndexerList search(FaceTemplate probe, int maxCandidates)
Parameters
probe FaceTemplatein The face template probe.
maxCandidates intin Maximum number of candidates in the candidate list.
Returns
The list of candidates sorted by decreasing match score.
Exceptions
An error has occurred during Face Library execution.