de.softpro.signware.SPReference Class Reference
Inheritance diagram for de.softpro.signware.SPReference:

Detailed Description
Representation of a SignWare reference object.
- Operating Systems:
- Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)
Public Member Functions | |
void | addSignature (SPSignature pSignature) throws SPSignwareException |
Add a signature to this reference. | |
boolean | check (SPPropertyMap pParams) throws SPSignwareException |
Check a reference. | |
SPReference | createClone () throws SPSignwareException |
Create a new reference object based on this reference object. | |
int | getDynamicQuality () throws SPSignwareException |
Get the dynamic quality of this reference. | |
byte[] | getImage (double dZoom, int iImageFormat, int iIndex) throws SPSignwareException |
Query an image on this reference object. | |
byte[] | getImage2 (double dZoom, int iImageFormat, int iIndex, SPTicket spTicket) throws SPSignwareException |
Query an image on this reference object. | |
Dimension | getImageSize (int iIndex) throws SPSignwareException |
Query the size of an image created by this reference object. | |
int | getSignatureCount () throws SPSignwareException |
Query the number of signatures that were acquired to create this reference. | |
int | getStaticQuality (int iIndex) throws SPSignwareException |
Get the static quality of a signature embedded in this reference. | |
boolean | getVariance (int iQuality) throws SPSignwareException |
Get the variance of this reference. | |
boolean | getVariance () throws SPSignwareException |
Get the variance of this reference. | |
void | mirrorY () throws SPSignwareException |
Mirror a reference vertically. | |
SPReference (SPTellerImage tellerimage) throws SPSignwareException | |
Create a new reference object based on teller image object. | |
SPReference (SPReference reference) throws SPSignwareException | |
Create a new reference object based on another reference object. | |
SPReference (byte[] flatFile, int iFlags) throws SPSignwareException | |
Create a new reference object based on a flat file object. | |
SPReference (byte[] flatFile) throws SPSignwareException | |
Create a new reference object based on a flat file object. | |
SPReference (SPAcquire spAcquire) throws SPSignwareException | |
Create a new reference object based on the signatures that were acquired in a SPAcquire object. | |
SPReference (SPJGuiAcqu spGuiAcqu) throws SPSignwareException | |
Create a new reference object based on the signatures that were acquired in a SPJGuiAcqu object. | |
SPReference (SPGuiAcqu spGuiAcqu) throws SPSignwareException | |
Create a new reference object based on the signatures that were acquired in a SPGuiAcqu object. | |
SPReference () throws SPSignwareException | |
Create an empty reference object. | |
Static Public Attributes | |
static final String | SP_REFERENCE_CHECK_SIGNATURES = "SPReferenceCheckSignatures" |
Check all signatures included in a reference. | |
static final String | SP_REFERENCE_MAX_DURATION = "SPReferenceMaxDuration" |
Maximum duration to enter all signatures within a reference. | |
static final String | SP_REFERENCE_MIN_DYNAMIC_QUALITY = "SPReferenceMinDynamicQuality" |
Minimum dynamic quality of a reference. | |
static final String | SP_REFERENCE_MIN_MATCH = "SPReferenceMinMatch" |
Variance of a reference. | |
static final String | SP_REFERENCE_MIN_SIGNATURES = "SPReferenceMinSignatures" |
Minimum number of signatures contained in a reference. | |
Package Functions | |
native final int | jniFree () |
Constructor & Destructor Documentation
|
Create an empty reference object.
|
|
Create a new reference object based on the signatures that were acquired in a SPGuiAcqu object. This reference object will contain copies of all signatures of the acquiry object. Signatures that are acquired after this reference is created will not be added to this reference.
|
|
Create a new reference object based on the signatures that were acquired in a SPJGuiAcqu object. This reference object will contain copies of all signatures of the acquiry object. Signatures that are acquired after this reference is created will not be added to this reference.
|
|
Create a new reference object based on the signatures that were acquired in a SPAcquire object. This reference object will contain copies of all signatures of the acquiry object. Signatures that are acquired after this reference is created will not be added to this reference.
|
|
Create a new reference object based on a flat file object. This constructor is equivalent to the two-argument constructor with a value of zero for iFlags unless overridden by environment variable SIGNWARE_ISO_LOAD. The value of that environment variable is either a decimal number or a hexadecimal number (prefixed by "0x"). The number will be shifted left 20 bits, that is, the following values (and combinations thereof) are defined:
|
|
Create a new reference object based on a flat file object. This function does not use environment variable SIGNWARE_ISO_LOAD.
|
|
Create a new reference object based on another reference object.
|
|
Create a new reference object based on teller image object.
|
Member Function Documentation
|
Add a signature to this reference.
|
|
Check a reference. Reference plausibility check. A reference should have a min static and dynamic quality and a max variance.
|
|
Create a new reference object based on this reference object.
|
|
Get the dynamic quality of this reference. A recommended min. dynamic should be in the range 80.
|
|
Query an image on this reference object.
|
|
Query an image on this reference object.
|
|
Query the size of an image created by this reference object.
|
|
Query the number of signatures that were acquired to create this reference.
|
|
Get the static quality of a signature embedded in this reference. A recommended min. dynamic should be in the range 50.
|
|
Get the variance of this reference. It is highly recommended to check the variance if you intend to use the static compare engine. The result is true if all embedded signatures are similar.
|
|
Get the variance of this reference. It is highly recommended to check the variance if you intend to use the static compare engine. The result is true if all embedded signatures are similar. This call is identical with getVariance(80).
|
|
Implements de.softpro.signware.SPSignwareObject. |
|
Mirror a reference vertically. The reference is mirrored such that for each signature the range of Y coordinates is not changed.
|
Member Data Documentation
|
Check all signatures included in a reference.
|
|
Maximum duration to enter all signatures within a reference.
|
|
Minimum dynamic quality of a reference.
|
|
Variance of a reference.
|
|
Minimum number of signatures contained in a reference.
|
The documentation for this class was generated from the following file: