Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint |
Modifier and Type | Method and Description |
---|---|
static ProcessedImageType |
ProcessedImageType.fromInteger(int value)
Converts an integer to an enumeration object.
|
static ProcessedImageType |
ProcessedImageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessedImageType[] |
ProcessedImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Image |
GBSFingerprint.getProcessedImage(ProcessedImageType type)
Gets a image processed during the extraction.
|