Package com.appliedrec.verid.core2
Class VerIDImageBitmap
- java.lang.Object
-
- com.appliedrec.verid.core2.VerIDImage<Image>
-
- com.appliedrec.verid.core2.VerIDImageBitmap
-
- All Implemented Interfaces:
IImageProvider
public class VerIDImageBitmap extends VerIDImage<Image>
Image created from a bitmap
-
-
Constructor Summary
Constructors Constructor Description VerIDImageBitmap(android.graphics.Bitmap bitmap, int exifOrientation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()intgetExifOrientation()java.lang.Class<Image>getFaceDetectionImageType()intgetHeight()intgetWidth()android.graphics.BitmapprovideBitmap()ImageprovideVerIDImage()-
Methods inherited from class com.appliedrec.verid.core2.VerIDImage
getData, getRotation, getUprightHeight, getUprightWidth, isMirrored, setIsMirrored
-
-
-
-
Method Detail
-
provideVerIDImage
public Image provideVerIDImage()
-
provideBitmap
public android.graphics.Bitmap provideBitmap()
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin classVerIDImage<Image>- Returns:
- Byte array representation of the image
-
getWidth
public int getWidth()
- Specified by:
getWidthin classVerIDImage<Image>- Returns:
- Raw image width (before orientation adjustment)
-
getHeight
public int getHeight()
- Specified by:
getHeightin classVerIDImage<Image>- Returns:
- Raw image height (before orientation adjustment)
-
getExifOrientation
public int getExifOrientation()
- Specified by:
getExifOrientationin classVerIDImage<Image>- Returns:
- Image EXIF orientation
-
getFaceDetectionImageType
public java.lang.Class<Image> getFaceDetectionImageType()
- Specified by:
getFaceDetectionImageTypein classVerIDImage<Image>- Returns:
- Face detection image type
-
-