public class SdHashFingerprintMatcher extends FingerprintMatcher
comparedFile, compareFile, fp1, fp2, minimum_score, score
Constructor and Description |
---|
SdHashFingerprintMatcher()
The constructor that is called to inherit the Matcher parent class
|
Modifier and Type | Method and Description |
---|---|
int |
getScore(java.lang.String fingerprint1,
java.lang.String fingerprint2)
Takes two Lists that are of type Pair where the fingerprint is stored in byte form
|
void |
printScore() |
java.lang.String |
toString() |
getMatcherName, getMinimumScore, getScore, getScore, getScore, getScoreXML, match, match, match, setMinimumScore
public SdHashFingerprintMatcher()
public int getScore(java.lang.String fingerprint1, java.lang.String fingerprint2)
getScore
in class FingerprintMatcher
fingerprint1
- the list that contains the first fingerprint to comparefingerprint2
- list that contains the second fingerprint to comparepublic void printScore()
public java.lang.String toString()
toString
in class java.lang.Object