|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.griaule.grFinger.FingerprintTemplate
public class FingerprintTemplate
This class represents a fingerprint template. A template is where the fingerprint information are kept.
Field Summary | |
---|---|
static int |
GR_BAD_QUALITY
This means that the image quality is bad. |
static int |
GR_HIGH_QUALITY
This means that the image quality is high. |
static int |
GR_IGNORED_QUALITY
This means that the image quality is unknown. |
static int |
GR_MEDIUM_QUALITY
This means that the image quality is medium. |
Constructor Summary | |
---|---|
FingerprintTemplate(byte[] tpt,
int tptSize)
Creates a new fingerprint template without image quality descriptor. |
|
FingerprintTemplate(byte[] tpt,
int tptSize,
int imageQuality)
Creates a new fingerprint template with image quality descriptor. |
Method Summary | |
---|---|
byte[] |
getData()
Get a byte array with template data. |
int |
getImageQuality()
Returns the image quality descriptor. |
int |
getSize()
Get the template size in bytes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GR_IGNORED_QUALITY
public static final int GR_BAD_QUALITY
public static final int GR_MEDIUM_QUALITY
public static final int GR_HIGH_QUALITY
Constructor Detail |
---|
public FingerprintTemplate(byte[] tpt, int tptSize)
tpt
- The template data as a byte array.tptSize
- The template size.public FingerprintTemplate(byte[] tpt, int tptSize, int imageQuality)
tpt
- The template data as a byte array.tptSize
- The template size.imageQuality
- The image quality.Method Detail |
---|
public byte[] getData()
public int getImageQuality()
public int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |