public class IrisImageInfo extends AbstractImageInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
IMAGE_QUAL_HIGH_HI
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
static int |
IMAGE_QUAL_HIGH_LO
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
static int |
IMAGE_QUAL_LOW_HI
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
static int |
IMAGE_QUAL_LOW_LO
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
static int |
IMAGE_QUAL_MED_HI
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
static int |
IMAGE_QUAL_MED_LO
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
static int |
IMAGE_QUAL_UNDEF
Image quality, based on Table 3 in Section 5.5 of ISO 19794-6.
|
JPEG_MIME_TYPE, JPEG2000_MIME_TYPE, TYPE_FINGER, TYPE_IRIS, TYPE_PORTRAIT, TYPE_SIGNATURE_OR_MARK, WSQ_MIME_TYPE| Constructor and Description |
|---|
IrisImageInfo(int imageNumber,
int width,
int height,
InputStream imageBytes,
int imageLength,
int imageFormat)
Constructs an iris image info.
|
IrisImageInfo(int imageNumber,
int quality,
int rotationAngle,
int rotationAngleUncertainty,
int width,
int height,
InputStream imageBytes,
int imageLength,
int imageFormat)
Constructs an iris image info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getImageFormat()
Gets the image format.
|
int |
getImageNumber()
Gets the image number.
|
int |
getQuality()
Gets the quality.
|
long |
getRecordLength()
Gets the record length.
|
int |
getRotationAngle()
Gets the rotation angle.
|
int |
getRotationAngleUncertainty()
Gets the rotation angle uncertainty.
|
protected void |
readObject(InputStream inputStream) |
String |
toString()
Generates a textual representation of this object.
|
protected void |
writeObject(OutputStream out) |
equals, getEncoded, getHeight, getImageInputStream, getImageLength, getMimeType, getType, getWidth, hashCode, readImage, setHeight, setImageBytes, setMimeType, setType, setWidth, writeImagepublic static int IMAGE_QUAL_UNDEF
public static int IMAGE_QUAL_LOW_LO
public static int IMAGE_QUAL_LOW_HI
public static int IMAGE_QUAL_MED_LO
public static int IMAGE_QUAL_MED_HI
public static int IMAGE_QUAL_HIGH_LO
public static int IMAGE_QUAL_HIGH_HI
public IrisImageInfo(int imageNumber,
int quality,
int rotationAngle,
int rotationAngleUncertainty,
int width,
int height,
InputStream imageBytes,
int imageLength,
int imageFormat)
throws IOException
imageNumber - the image numberquality - qualityrotationAngle - rotation anglerotationAngleUncertainty - rotation angle uncertaintywidth - withheight - heightimageBytes - the encoded imageimageLength - the length of the encoded imageimageFormat - the image format used for encodingIOException - on error reading the image input streampublic IrisImageInfo(int imageNumber,
int width,
int height,
InputStream imageBytes,
int imageLength,
int imageFormat)
throws IOException
imageNumber - the image numberwidth - widthheight - heightimageBytes - the encoded imageimageLength - the length of the encoded imageimageFormat - the image format used for encodingIOException - on error reading the image streampublic int getImageFormat()
public int getImageNumber()
public int getQuality()
public int getRotationAngle()
public int getRotationAngleUncertainty()
public long getRecordLength()
getRecordLength in interface ImageInfogetRecordLength in class AbstractImageInfopublic String toString()
toString in class AbstractImageInfoObject.toString()protected void readObject(InputStream inputStream) throws IOException
readObject in class AbstractImageInfoIOExceptionprotected void writeObject(OutputStream out) throws IOException
writeObject in class AbstractImageInfoIOExceptionCopyright © 2016. All rights reserved.