Package com.appliedrec.verid.core2
Interface IImageProvider
-
- All Known Implementing Classes:
FaceDetectionImage
,Image
,VerIDImage
,VerIDImageBitmap
,VerIDImageNV21
public interface IImageProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description android.graphics.Bitmap
provideBitmap()
Image
provideVerIDImage()
-
-
-
Method Detail
-
provideVerIDImage
Image provideVerIDImage() throws VerIDCoreException
- Throws:
VerIDCoreException
-
provideBitmap
android.graphics.Bitmap provideBitmap() throws VerIDCoreException
- Throws:
VerIDCoreException
-
-