public class NativeVerificationParameters
extends com.sun.jna.Structure
NativeVerifyParameters class
Modifier and Type | Class and Description |
---|---|
static class |
NativeVerificationParameters.ByReference
NativeVerifyParameters.ByReference class
|
static class |
NativeVerificationParameters.ByValue
NativeVerifyParameters.ByValue class
|
Modifier and Type | Field and Description |
---|---|
int |
rotationTolerance
Rotation Tolerance
|
int |
threshold
Threshold
|
Constructor and Description |
---|
NativeVerificationParameters()
Default constructor
|
NativeVerificationParameters(int threshold,
int rotationTolerance)
Parameterized constructor
|
NativeVerificationParameters(com.sun.jna.Pointer p)
Structure constructor
|
NativeVerificationParameters(VerificationParameters parameters)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getRotationTolerance()
Gets the Rotation Tolerance
|
int |
getThreshold()
Gets the Threshold
|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public int threshold
Threshold
public int rotationTolerance
Rotation Tolerance
public NativeVerificationParameters()
Default constructor
public NativeVerificationParameters(com.sun.jna.Pointer p)
Structure constructor
p
- public NativeVerificationParameters(int threshold, int rotationTolerance)
Parameterized constructor
threshold
- rotationTolerance
- public NativeVerificationParameters(VerificationParameters parameters)
Copy constructor
parameters
-