public class VerificationParameters
extends java.lang.Object
implements java.io.Serializable
Represents the verification parameters
Constructor and Description |
---|
VerificationParameters()
Default Constructor
|
VerificationParameters(int threshold,
int rotationTolerance)
Parameterized constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getRotationTolerance()
Gets the Rotation Tolerance
|
int |
getThreshold()
Gets the threshold
|
void |
setRotationTolerance(int rotationTolerance)
Sets the threshold
|
void |
setThreshold(int threshold)
Sets the threshold
|
public VerificationParameters()
Default Constructor
public VerificationParameters(int threshold, int rotationTolerance)
Parameterized constructor
threshold
- rotationTolerance
- public int getThreshold()
Gets the threshold
public void setThreshold(int threshold)
Sets the threshold
public int getRotationTolerance()
Gets the Rotation Tolerance
public void setRotationTolerance(int rotationTolerance)
Sets the threshold