Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint | |
com.griaulebiometrics.gbsfingerprint.shared |
Modifier and Type | Method and Description |
---|---|
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 |
ConsolidationResult.getTemplate() |
Template |
GBSFingerprint.serializeTemplate(Minutia[] minutiae,
TemplateFormat format,
TemplateEncoding encoding)
Converts an array of minutiae into an template.
|
Modifier and Type | Method and Description |
---|---|
Image |
GBSFingerprint.biometricDisplay(Image image,
Template template)
Draws over a fingerprint image all minutiae and segments contained in the supplied template.
|
Template |
GBSFingerprint.convertTemplate(Template template,
TemplateFormat format,
TemplateEncoding encoding)
Converts a template into a different template, possibly using different format and/or encoding.
|
Minutia[] |
GBSFingerprint.deserializeTemplate(Template template)
Deserializes a template into an array of minutiae.
|
void |
ConsolidationResult.setTemplate(Template template) |
void |
GBSFingerprint.twinCompute(Template query,
Template reference,
MatchPair[] pairs,
int maxpairs)
Computes the twin locked cursor
|
VerificationResult |
GBSFingerprint.verify(Template query,
Template reference)
Performs a verification by comparing the two supplied templates.
|
Constructor and Description |
---|
ConsolidationResult(Template template,
int quality,
ConsolidationStatus status) |
Constructor and Description |
---|
ByReference(Template template)
Shallow copy constructor
|
ByValue(Template template)
Shallow copy constructor
|
NativeTemplate(Template template)
Shallow copy constructor
|