|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.griaule.grFinger.MatchParameters
public class MatchParameters
This class contains the matching parameters.
Constructor Summary | |
---|---|
MatchParameters(int threshold,
int rotationTolerance)
Creates a new MatchParameters object with given parameters. |
Method Summary | |
---|---|
int |
getRotationTolerance()
Returns the rotation tolerance. |
int |
getThreshold()
Returns the score threshold. |
void |
setRotationTolerance(int rotationTolerance)
Sets the rotation tolerance. |
void |
setThreshold(int threshold)
Sets the score threshold. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchParameters(int threshold, int rotationTolerance)
threshold
- The matching score threshold. Defines the minimum score value
that determines a match between two fingerprints.rotationTolerance
- The rotation tolerance. Defines the maximum angle between the
query and the reference template that will be accepted, otherwise
there will be no match.Method Detail |
---|
public void setRotationTolerance(int rotationTolerance)
rotationTolerance
- The rotation tolerance. Defines the maximum angle between the
query and the reference template that will be accepted, otherwise
there will be no match.public void setThreshold(int threshold)
threshold
- The matching score threshold. Defines the minimum score value
that determines a match between two fingerprints.public int getRotationTolerance()
public int getThreshold()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |