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

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

Classes

enum  Liveness
 Estimated liveness. More...
 

Public Member Functions

void dispose ()
 Release internal object.
 
boolean isDisposed ()
 Check if an object is released. More...
 
void addSample (final RawSample sample)
 Add a sample of the observed face from the new frame. More...
 
Liveness estimateLiveness ()
 Estimate liveness of the observed face. More...
 

Detailed Description

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

Member Function Documentation

void com.vdt.face_recognition.sdk.LivenessEstimator.addSample ( final RawSample  sample)
inline

Add a sample of the observed face from the new frame.

Parameters
[in]sampleFace sample.
Liveness com.vdt.face_recognition.sdk.LivenessEstimator.estimateLiveness ( )
inline

Estimate liveness of the observed face.

Returns
Estimated liveness.
boolean com.vdt.face_recognition.sdk.LivenessEstimator.isDisposed ( )
inline

Check if an object is released.

Returns
true if an object is released, false otherwise.