![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Classes | |
interface | ILiveness |
The liveness detection algorithm. Detects if that`s alive person on the photo. More... | |
interface | ILiveness102Config |
The config for liveness 102 algorithm More... | |
interface | ILiveness102Result |
The result of liveness 102 algorithm More... | |
interface | ILivenessConfig |
interface | ILivenessResult |
class | Liveness |
class | Liveness102Config |
class | Liveness102Result |
class | Liveness102ResultSet |
class | LivenessResult |
class | LivenessResultSet |
Enumerations | |
enum | ErrorCodes { SUCCESS = 0 } |
enum | ErrorCodes102 { ErrorCodes102.IMAGE_TOO_SMALL = ErrorCodes.SUCCESS + 1, ErrorCodes102.TOO_BIG_FACE, ErrorCodes102.TOO_LARGE_YAW_ANGLE, ErrorCodes102.TOO_LARGE_ROLL_ANGLE, ErrorCodes102.UNSUPPORTED_DETECTOR_VERSION, ErrorCodes102.FACE_OUT_OF_BOUNDS, LAST = FACE_OUT_OF_BOUNDS } |