FingerMatcher.compareTemplateRecordsInDetails Method¶
Module: FingerMatcher
Definition¶
Compares two template records and outputs a list of match details.
FingerMatchDetailsList compareTemplateRecordsInDetails(FingerTemplateRecord referenceRecord, FingerTemplateRecord probeRecord, bool trustFilledPositions)
Parameters
referenceRecord FingerTemplateRecordin Reference template record.
probeRecord FingerTemplateRecordin Probe template record.
trustFilledPositions boolin If True, template(s) of one position in reference will be compared only to the templates of the same position in probe. If False, all templates in reference will be compared to all templates in probe (this method is also known as ‘flat’ comparison).
Returns
Finger match details list associated to this comparison. This list can be pooled to output a unique score if necessary, see FingerMatchDetails functions for that.
Exceptions
An error has occurred during Finger Library execution.