FingerIndexer.searchFromEmbedding Method

Module: FingerIndexer

Definition

Internal function

FingerCandidateList searchFromEmbedding(FingerTemplateRecord templateRecord, int maxCandidates, bool trustFilledPositions)

Parameters

templateRecord FingerTemplateRecord
in The probe finger template 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.