DFACE JAVA SDK  4.0.0
DFace Namespace Reference

Classes

struct  Box
 sturct Box More...
 
class  DfaceAccredit
 class DfaceAccredit, a class responsible for accrediting More...
 
class  DfaceCompare
 class DfaceCompare, a class responsible for face comparing More...
 
class  DfaceDetect
 class DfaceDetect, a class responsible for face detecting More...
 
class  DfaceNIRLiveness
 class DfaceNIRLiveness, a class responsible for binocular face NIR liveness checking More...
 
class  DfacePose
 class DfacePose, a class responsible for face pose predicting More...
 
class  DfaceRecognize
 class DfaceRecognize, a class responsible for face recognizing More...
 
class  DfaceRGBLiveness
 class DfaceRGBLiveness, a class responsible for monocular face liveness checking by rgb frame More...
 
class  DfaceTrack
 class DfaceTrack, a class responsible for face tracking More...
 
struct  Pose
 struct Pose More...
 

Enumerations

enum  ErrorCode {
  DFACE_SUCCESS = 0, ErrorCode.DFACE_ERR_DEVICE_UNAUTH = 1, ErrorCode.DFACE_ERR_DEVICE_EXPIRE = 2, ErrorCode.DFACE_ERR_FEATURE_UNAUTH = 3,
  ErrorCode.DFACE_ERR_FEATURE_EXPIRE = 4, ErrorCode.DFACE_ERR_WRONG_MODEL_FILE = 5, ErrorCode.DFACE_ERR_LOAD_LIBRARY = 6, ErrorCode.DFACE_ERR_LIMIT_THREAD = 7,
  ErrorCode.DFACE_ERR_NET_INFERENCE = 8, ErrorCode.DFACE_ERR_NET_CREATE = 9, ErrorCode.DFACE_ERR_ENGINE_INIT = 11, ErrorCode.DFACE_WARN_IMG_FORMAT = 10
}
 DFace Error Code Enum More...
 

Enumeration Type Documentation

enum DFace.ErrorCode
strong

DFace Error Code Enum

Enumerator
DFACE_ERR_DEVICE_UNAUTH 

Success The device is not authorized

DFACE_ERR_DEVICE_EXPIRE 

Activation code expired

DFACE_ERR_FEATURE_UNAUTH 

Some feature is not authorized

DFACE_ERR_FEATURE_EXPIRE 

Some feature is expired

DFACE_ERR_WRONG_MODEL_FILE 

Model file is not found or invalid

DFACE_ERR_LOAD_LIBRARY 

Error occurred when loading library

DFACE_ERR_LIMIT_THREAD 

Thread number is limited

DFACE_ERR_NET_INFERENCE 

Error occurred when doing net inference

DFACE_ERR_NET_CREATE 

Error occurred when creating net

DFACE_ERR_ENGINE_INIT 

Error occurred when initing net

DFACE_WARN_IMG_FORMAT 

input image format is invalid