VerIDAuthenticationLoader

Loader that compares faces or image to a registered user. The loader returns a floating point integer between 0.0 and 1.0that indicates the similarity of the given face(s) or the face found in one of the given images to the registered user. A score below 0.5 means the face(s)/image are unlikely to be the registered user.

Package com.appliedrec.ver_id.loaders

public class VerIDAuthenticationLoader

Constructors

VerIDAuthenticationLoader

Introduced in version

public VerIDAuthenticationLoader(Context, VerIDUser, FBFace[])

Loader constructor

Parameters

context android.content.Context
user com.appliedrec.ver_id.model.VerIDUser
Registered Ver-ID user
faces com.appliedrec.detreclib.detection.FBFace[]
Faces to compare to the registered user

VerIDAuthenticationLoader

Introduced in version

public VerIDAuthenticationLoader(Context, VerIDUser, Bitmap)

Loader constructor

Parameters

context android.content.Context
user com.appliedrec.ver_id.model.VerIDUser
Registered Ver-ID user
image android.graphics.Bitmap
Bitmap to the registered user

VerIDAuthenticationLoader

Introduced in version

public VerIDAuthenticationLoader(Context, VerIDUser, Uri)

Loader constructor

Parameters

context android.content.Context
user com.appliedrec.ver_id.model.VerIDUser
Registered Ver-ID user
imageUri android.net.Uri
Image to compare to the registered user