FingerIndexer.search Method

Module: FingerIndexer

Definition

Performs a one-to-many search of a probe image template record against a previously initialized finger indexer and outputs a candidate list.

Note

This function is thread safe with other Search() calls but not with Add() calls.

FingerCandidateList search(FingerImageRecord imageRecord, int maxCandidates, bool trustFilledPositions)

Parameters

imageRecord FingerImageRecord
in The probe finger image record.

maxCandidates int
in Maximum candidates count in the retrieved candidate list.

trustFilledPositions bool
in If False, search does not trust the TemplateRecord positions : each query template is searched across all different positions. If True, each query template is only search against templates of its position.

Returns

List of candidates sorted by decreasing match score.

Exceptions

An error has occurred during Finger Library execution.