FingerMatcher.compareTemplates Method

Module: FingerMatcher

Definition

Compares two finger templates and outputs a comparison score.

int compareTemplates(FingerTemplate reference, FingerTemplate probe)

Parameters

reference FingerTemplate
in Reference template.

in Probe template.

Returns

int
Comparison score, in the range 0 to 65535.
See FingerMatcherThreshold to set a threshold to take a match/no-match decision.

Exceptions

An error has occurred during Finger Library execution.