FingerMatcher.compareTemplatesInDetails Method

Module: FingerMatcher

Definition

Compares two templates and outputs a score along with matching details.

compare_templates_in_details(self, reference: FingerTemplate, probe: FingerTemplate) -> FingerMatchDetails

Parameters

reference FingerTemplate
in Reference template.

in Probe template.

Returns

Finger match details associated to this comparison.

Exceptions

An error has occurred during Finger Library execution.
FingerMatchDetails compareTemplatesInDetails(FingerTemplate reference, FingerTemplate probe)

Parameters

reference FingerTemplate
in Reference template.

in Probe template.

Returns

Finger match details associated to this comparison.

Exceptions

An error has occurred during Finger Library execution.
public FingerMatchDetails CompareTemplatesInDetails(FingerTemplate reference, FingerTemplate probe)

Parameters

reference FingerTemplate
in Reference template.

in Probe template.

Returns

Finger match details associated to this comparison.

Exceptions

An error has occurred during Finger Library execution.
public FingerMatchDetails compareTemplatesInDetails(FingerTemplate reference, FingerTemplate probe) throws FingerException

Parameters

reference FingerTemplate
in Reference template.

in Probe template.

Returns

Finger match details associated to this comparison.

Exceptions

An error has occurred during Finger Library execution.
public func compareTemplatesInDetails(reference: FingerTemplate, probe: FingerTemplate) throws -> FingerMatchDetails

Parameters

reference FingerTemplate
in Reference template.

in Probe template.

Returns

Finger match details associated to this comparison.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatcher_CompareTemplatesInDetails (
    ID3_FINGER_MATCHER hFingerMatcher,
    ID3_FINGER_TEMPLATE hReference,
    ID3_FINGER_TEMPLATE hProbe,
    ID3_FINGER_MATCH_DETAILS hMatchDetails)

Parameters

hFingerMatcher ID3_FINGER_MATCHER
in Handle to the FingerMatcher object.

in Reference template.

in Probe template.

out Finger match details associated to this comparison.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.