Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint |
Modifier and Type | Method and Description |
---|---|
static TemplateEncoding |
TemplateEncoding.fromInteger(int value)
Converts an integer to an enumeration object.
|
TemplateEncoding |
Template.getEncoding() |
static TemplateEncoding |
TemplateEncoding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateEncoding[] |
TemplateEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsolidationResult |
GBSFingerprint.consolidate(Image fingerprint,
TemplateFormat format,
TemplateEncoding encoding)
Consolidates a template using the supplied fingerprint image.
|
Template |
GBSFingerprint.convertTemplate(Template template,
TemplateFormat format,
TemplateEncoding encoding)
Converts a template into a different template, possibly using different format and/or encoding.
|
Template |
GBSFingerprint.extractTemplate(Image image,
TemplateFormat format,
TemplateEncoding encoding)
Extracts a fingerprint template from the supplied fingerprint raw image.
|
Template |
GBSFingerprint.serializeTemplate(Minutia[] minutiae,
TemplateFormat format,
TemplateEncoding encoding)
Converts an array of minutiae into an template.
|
void |
Template.setEncoding(TemplateEncoding encoding) |
Constructor and Description |
---|
Template(byte[] buffer,
int quality,
TemplateFormat format,
TemplateEncoding encoding)
Complete constructor
|