public class FingerImage
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FingerImage.ImageCaptureStatus
Enum to provide the status of last image capture attempt.
|
| Modifier and Type | Field and Description |
|---|---|
FingerImage.ImageCaptureStatus |
capture_Status
ImageCaptureStatus property returns the current status of finger scan.
|
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
getBitmapImage()
This method returns the Bitmap class object for the last captured image.
|
byte[] |
getGrayScaleImageData()
This method returns the byte array for the last captured image or null if image is not valid or other problem.
|
int |
getImageHeight()
This method returns the Height for the last captured image in pixels.
|
int |
getImageWidth()
This method returns the Width for the last captured image in pixels.
|
byte[] |
getWSQImage()
This method returns the byte buffer filled with WSQ image data for the last captured image.
|
boolean |
isValidImage()
This method returns the validity status of image.
|
public FingerImage.ImageCaptureStatus capture_Status
public Bitmap getBitmapImage()
public byte[] getGrayScaleImageData()
public int getImageHeight()
public int getImageWidth()
public byte[] getWSQImage()
public boolean isValidImage()