3DiVi Face SDK
3.24.1
|
Interface object used to estimate face liveness in order to prevent spoofing attacks. More...
#include <Liveness2DEstimator.h>
Classes | |
struct | LivenessAndScore |
Estimated liveness and score. More... | |
Public Types | |
enum | Liveness { NOT_ENOUGH_DATA = 0, REAL = 1, FAKE = 2, NOT_COMPUTED = 3, FACE_NOT_FULLY_FRAMED = 4, MULTIPLE_FACE_FRAMED = 5, FACE_TURNED_RIGHT = 6, FACE_TURNED_LEFT = 7, FACE_TURNED_UP = 8, FACE_TURNED_DOWN = 9, BAD_IMAGE_LIGHTING = 10, BAD_IMAGE_NOISE = 11, BAD_IMAGE_BLUR = 12, BAD_IMAGE_FLARE = 13 } |
Estimated liveness. More... | |
typedef LightSmartPtr < Liveness2DEstimator >::tPtr | Ptr |
Alias for the type of a smart pointer to Liveness2DEstimator. | |
Public Member Functions | |
Liveness | estimateLiveness (const pbio::RawSample &sample) |
Estimates liveness of an observed face. More... | |
LivenessAndScore | estimate (const pbio::RawSample &sample) |
liveness and score of an observed face. More... | |
Interface object used to estimate face liveness in order to prevent spoofing attacks.
Estimated liveness.
|
inline |
liveness and score of an observed face.
[in] | sample | Face sample. |
|
inline |
Estimates liveness of an observed face.
[in] | sample | Face sample. |