- calculateFingerprintContrast(Image) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Calculates the fingerprint image contrast
- calculateFingerprintNFIQ(Image) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Calculates the fingerprint NFIQ
- callback(String, int) - Method in class com.griaulebiometrics.gbsfingerprint.handler.DeviceHandler
-
Invokes all the device listeners
- callback(String, int) - Method in class com.griaulebiometrics.gbsfingerprint.handler.DeviceHandler.Linux
-
- callback(String, int) - Method in class com.griaulebiometrics.gbsfingerprint.handler.DeviceHandler.Win32
-
- callback(String, int) - Method in class com.griaulebiometrics.gbsfingerprint.handler.FingerHandler
-
Invokes all the finger listeners
- callback(String, int) - Method in class com.griaulebiometrics.gbsfingerprint.handler.FingerHandler.Linux
-
- callback(String, int) - Method in class com.griaulebiometrics.gbsfingerprint.handler.FingerHandler.Win32
-
- callback(String, NativeImage) - Method in class com.griaulebiometrics.gbsfingerprint.handler.FrameHandler
-
Invokes all frame listeners
- callback(String, NativeImage) - Method in class com.griaulebiometrics.gbsfingerprint.handler.FrameHandler.Linux
-
- callback(String, NativeImage) - Method in class com.griaulebiometrics.gbsfingerprint.handler.FrameHandler.Win32
-
- callback(String, NativeImage) - Method in class com.griaulebiometrics.gbsfingerprint.handler.ImageHandler
-
Invokes all image listeners
- callback(String, NativeImage) - Method in class com.griaulebiometrics.gbsfingerprint.handler.ImageHandler.Linux
-
- callback(String, NativeImage) - Method in class com.griaulebiometrics.gbsfingerprint.handler.ImageHandler.Win32
-
- callback(String, int) - Method in interface com.griaulebiometrics.gbsfingerprint.shared.callback.IDeviceCallback
-
- callback(String, int) - Method in interface com.griaulebiometrics.gbsfingerprint.shared.callback.IFingerCallback
-
- callback(String, NativeImage) - Method in interface com.griaulebiometrics.gbsfingerprint.shared.callback.IImageCallback
-
- capture(String) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Perform a forced capture from the supplied fingerprint reader.
- CaptureInfo - Class in com.griaulebiometrics.gbsfingerprint
-
The CaptureInfo class tells the state, according to the reader, of a fake or legit fingerprint along with the evaluated spoof score.
- CaptureInfo() - Constructor for class com.griaulebiometrics.gbsfingerprint.CaptureInfo
-
- CaptureInfo(String) - Constructor for class com.griaulebiometrics.gbsfingerprint.CaptureInfo
-
- CaptureType - Enum in com.griaulebiometrics.gbsfingerprint
-
This enumeration represents the device capture type: Slapped or rolled.
- clone() - Method in class com.griaulebiometrics.gbsfingerprint.Image
-
Clone method
- com.griaulebiometrics.gbsfingerprint - package com.griaulebiometrics.gbsfingerprint
-
- com.griaulebiometrics.gbsfingerprint.event - package com.griaulebiometrics.gbsfingerprint.event
-
- com.griaulebiometrics.gbsfingerprint.exception - package com.griaulebiometrics.gbsfingerprint.exception
-
- com.griaulebiometrics.gbsfingerprint.handler - package com.griaulebiometrics.gbsfingerprint.handler
-
- com.griaulebiometrics.gbsfingerprint.resources - package com.griaulebiometrics.gbsfingerprint.resources
-
- com.griaulebiometrics.gbsfingerprint.shared - package com.griaulebiometrics.gbsfingerprint.shared
-
- com.griaulebiometrics.gbsfingerprint.shared.callback - package com.griaulebiometrics.gbsfingerprint.shared.callback
-
- configureExtraction(ExtractionParameters) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Sets the desired extractions parameters.
- consolidate(Image, TemplateFormat, TemplateEncoding) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Consolidates a template using the supplied fingerprint image.
- ConsolidationResult - Class in com.griaulebiometrics.gbsfingerprint
-
Represents a consolidation result with the consolidated template, its quality and the consolidation status.
- ConsolidationResult() - Constructor for class com.griaulebiometrics.gbsfingerprint.ConsolidationResult
-
- ConsolidationResult(Template, int, ConsolidationStatus) - Constructor for class com.griaulebiometrics.gbsfingerprint.ConsolidationResult
-
- ConsolidationResult(ConsolidationStatus) - Constructor for class com.griaulebiometrics.gbsfingerprint.ConsolidationResult
-
- ConsolidationStatus - Enum in com.griaulebiometrics.gbsfingerprint
-
This enumeration represents the consolidation status.
- ConsolidationTest - Class in com.griaulebiometrics.gbsfingerprint
-
- ConsolidationTest(String) - Constructor for class com.griaulebiometrics.gbsfingerprint.ConsolidationTest
-
Create the test case
- ContrastTest - Class in com.griaulebiometrics.gbsfingerprint
-
- ContrastTest(String) - Constructor for class com.griaulebiometrics.gbsfingerprint.ContrastTest
-
Create the test case
- convertImage(Image, ImageFormat) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Converts the supplied image into a another image, using a different format.
- convertTemplate(Template, TemplateFormat, TemplateEncoding) - Method in class com.griaulebiometrics.gbsfingerprint.GBSFingerprint
-
Converts a template into a different template, possibly using different format and/or encoding.
- create(byte[], ImageFormat, int) - Static method in class com.griaulebiometrics.gbsfingerprint.Images
-
Creates a new image given its buffer, format and resolution.