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
Returns
Finger match details associated to this comparison.
Exceptions
An error has occurred during Finger Library execution.
FingerMatchDetails compareTemplatesInDetails(FingerTemplate reference, FingerTemplate probe)
Parameters
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
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
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
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_MATCHERin Handle to the FingerMatcher object.hReference
ID3_FINGER_TEMPLATEin Reference template.hProbe
ID3_FINGER_TEMPLATEin Probe template.hMatchDetails
ID3_FINGER_MATCH_DETAILSout Finger match details associated to this comparison.
Returns