3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.Liveness2DEstimator Class Reference

Interface object used to estimate face liveness in order to prevent spoofing attacks. More...

Classes

enum  Liveness
 Estimated liveness. More...
 
class  LivenessAndScore
 Estimated liveness and score. More...
 

Public Member Functions

void dispose ()
 Release an internal object.
 
boolean isDisposed ()
 Check if an object is released. More...
 
Liveness estimateLiveness (final RawSample sample)
 Estimates liveness of an observed face. More...
 
LivenessAndScore estimate (final RawSample sample)
 liveness and score of an observed face. More...
 

Detailed Description

Interface object used to estimate face liveness in order to prevent spoofing attacks.

Member Function Documentation

LivenessAndScore com.vdt.face_recognition.sdk.Liveness2DEstimator.estimate ( final RawSample  sample)
inline

liveness and score of an observed face.

Parameters
[in]sampleFace sample.
Returns
liveness and score (see LivenessAndScore for details).
Liveness com.vdt.face_recognition.sdk.Liveness2DEstimator.estimateLiveness ( final RawSample  sample)
inline

Estimates liveness of an observed face.

Parameters
[in]sampleFace sample.
Returns
Estimated liveness (see Liveness2DEstimator.Liveness for details).
boolean com.vdt.face_recognition.sdk.Liveness2DEstimator.isDisposed ( )
inline

Check if an object is released.

Returns
true if an object is released, false otherwise.