3DiVi Face SDK
3.24.1
|
Classes | |
class | face_sdk.modules.liveness_2d_estimator.Liveness |
Estimated liveness. More... | |
class | face_sdk.modules.liveness_2d_estimator.LivenessAndScore |
Estimated liveness and score. More... | |
class | face_sdk.modules.liveness_2d_estimator.Liveness2DEstimator |
Interface object used to estimate face liveness in order to prevent spoofing attacks. More... | |
Functions | |
def | face_sdk.modules.liveness_2d_estimator.LivenessAndScore.__init__ |
Estimated liveness (see Liveness for details). More... | |
def | face_sdk.modules.liveness_2d_estimator.Liveness2DEstimator.estimate_liveness |
liveness of an observed face. More... | |
def | face_sdk.modules.liveness_2d_estimator.Liveness2DEstimator.estimate |
liveness and score of an observed face. More... | |
def face_sdk.modules.liveness_2d_estimator.LivenessAndScore.__init__ | ( | self, | |
liveness, | |||
score | |||
) |
def face_sdk.modules.liveness_2d_estimator.Liveness2DEstimator.estimate | ( | self, | |
sample | |||
) |
liveness and score of an observed face.
[in] | sample | Face sample. |
def face_sdk.modules.liveness_2d_estimator.Liveness2DEstimator.estimate_liveness | ( | self, | |
sample | |||
) |
liveness of an observed face.
[in] | sample | Face sample. |