3DiVi Face SDK
3.24.1
|
Interface object used to estimate face liveness in order to prevent spoofing attacks. More...
Classes | |
class | LivenessAndScore |
Estimated liveness and score. More... | |
Public Types | |
enum | Liveness { Liveness.NOT_ENOUGH_DATA = 0, Liveness.REAL = 1, Liveness.FAKE = 2, Liveness.NOT_COMPUTED = 3, Liveness.FACE_NOT_FULLY_FRAMED = 4, Liveness.MULTIPLE_FACE_FRAMED = 5, Liveness.FACE_TURNED_RIGHT = 6, Liveness.FACE_TURNED_LEFT = 7, Liveness.FACE_TURNED_UP = 8, Liveness.FACE_TURNED_DOWN = 9, Liveness.BAD_IMAGE_LIGHTING = 10, Liveness.BAD_IMAGE_NOISE = 11, Liveness.BAD_IMAGE_BLUR = 12, Liveness.BAD_IMAGE_FLARE = 13 } |
Estimated liveness. More... | |
Public Member Functions | |
Liveness | estimateLiveness (RawSample sample) |
Estimates liveness of the observed face. More... | |
LivenessAndScore | estimate (RawSample sample) |
liveness and score of an observed face. More... | |
Public Member Functions inherited from VDT.FaceRecognition.SDK.IDisposableObject | |
virtual void | Dispose () |
Release internal object. | |
Additional Inherited Members | |
Properties inherited from VDT.FaceRecognition.SDK.IDisposableObject | |
bool | isDisposed [get] |
True if internal object already disposed. | |
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. |
Estimates liveness of the observed face.
[in] | sample | Face sample. |