![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Classes | |
interface | FaceSDK.Liveness.ILiveness |
The liveness detection algorithm. Detects if that`s alive person on the photo. More... | |
class | FaceSDK.Liveness.Liveness |
interface | FaceSDK.Liveness.ILivenessConfig |
interface | FaceSDK.Liveness.ILiveness102Config |
The config for liveness 102 algorithm More... | |
class | FaceSDK.Liveness.Liveness102Config |
interface | FaceSDK.Liveness.ILivenessResult |
class | FaceSDK.Liveness.LivenessResult |
interface | FaceSDK.Liveness.ILiveness102Result |
The result of liveness 102 algorithm More... | |
class | FaceSDK.Liveness.Liveness102Result |
class | FaceSDK.Liveness.LivenessResultSet |
class | FaceSDK.Liveness.Liveness102ResultSet |
Enumerations | |
enum | ErrorCodes { SUCCESS = 0 } |
enum | FaceSDK.Liveness.ErrorCodes102 { FaceSDK.Liveness.ErrorCodes102.IMAGE_TOO_SMALL = ErrorCodes.SUCCESS + 1, FaceSDK.Liveness.ErrorCodes102.TOO_BIG_FACE, FaceSDK.Liveness.ErrorCodes102.TOO_LARGE_YAW_ANGLE, FaceSDK.Liveness.ErrorCodes102.TOO_LARGE_ROLL_ANGLE, FaceSDK.Liveness.ErrorCodes102.UNSUPPORTED_DETECTOR_VERSION, FaceSDK.Liveness.ErrorCodes102.FACE_OUT_OF_BOUNDS, LAST = FACE_OUT_OF_BOUNDS } |
|
strong |
Enumerator | |
---|---|
IMAGE_TOO_SMALL | input image is too small. Width and Height of the image must be not less than 128 |
TOO_BIG_FACE | detected face width is too big. The ratio of the distance between the eyes and the image size must not be greater than 0.2325 |
TOO_LARGE_YAW_ANGLE | detected face yaw angle is too big. The angle must not be greater than 25 |
TOO_LARGE_ROLL_ANGLE | detected face rool angle is too big. The angle must not be greater than 25 |
UNSUPPORTED_DETECTOR_VERSION | given IFace object was made by unsupported face detector version. See list of dependencies. |
FACE_OUT_OF_BOUNDS | detected face is out of image bounds |