PassiveLivenessDetectionModel

import com.sybrin.livenessdetection.models.livenessDetectionModels.PassiveLivenessDetectionModel

extend LivenessDetectionModel

Summary

Inherited methods

castToModel(Class<T> class)

Casts the current model to the type specified by the class parameter.

Bitmap

String

Bitmap

String

void

saveImages(Context context)

Saves all images within the model to the local device and populates all path fields.

Public methods

getLivenessConfidence

public float getLivenessConfidence ()

Returns a floating point number indicating whether the subject is a real human or not.

Returns

float

0.0 if subject is 0% a real human(spoofed), 1.0 if subject is 100% a real human.

Last updated