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

Estimated liveness. More...

Public Attributes

 NOT_ENOUGH_DATA
 Not enough information.
 
 REAL
 The observed face belongs to a real person.
 
 FAKE
 The observed face doesn't belong to a real person.
 
 NOT_COMPUTED
 The observed face was not checked.
 
 FACE_NOT_FULLY_FRAMED
 The observed face is out of image boundaries.
 
 MULTIPLE_FACE_FRAMED
 More than one face detected on the input image.
 
 FACE_TURNED_RIGHT
 The observed face is not frontal and turned right.
 
 FACE_TURNED_LEFT
 The observed face is not frontal and turned left.
 
 FACE_TURNED_UP
 The Observed face is not frontal and turned up.
 
 FACE_TURNED_DOWN
 The Observed face is not frontal and turned down.
 
 BAD_IMAGE_LIGHTING
 Input image has bad lighting.
 
 BAD_IMAGE_NOISE
 Input image is too noisy.
 
 BAD_IMAGE_BLUR
 Input image is too blurry.
 
 BAD_IMAGE_FLARE
 Input image is too flared.
 

Detailed Description

Estimated liveness.