FaceError Enumeration¶
Namespace: id3.Face
Definition¶
class FaceError
enum FaceError
public enum FaceError
public enum FaceError
public enum FaceError
typedef enum id3FaceError
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
No error. |
|
-1 |
The given buffer is too small. |
|
-2 |
The requested object does not exist; a ‘null’ should be returned if possible. |
|
-1000 |
Base error code of the Face module. |
|
-1999 |
Minimum error code of the Face module. |
|
-1001 |
The handle is invalid. |
|
-1002 |
The parameter is invalid. |
|
-1004 |
The image pixel format is invalid. |
|
-1005 |
The template format is invalid. |
|
-1006 |
The computed landmarks are invalid and do not allow to process the desired information. |
|
-1007 |
The computed interocular distance (IOD) is too small to allow to process the desired information. |
|
-1008 |
The model could not be found in the given directory path. |
|
-1010 |
The input image size is invalid for this operation. |
|
-1020 |
The model which is required for this operation was not loaded. |
|
-1040 |
The inference backend failed to infer, probably due to inconsistent input. |
|
-1041 |
The requested processing unit is not available in this build. |
|
-1050 |
The face indexer object is already initialized. |
|
-1051 |
The requested id already exists in the Face Indexer object. |
|
-1052 |
The data of the template is corrupted and cannot be added to the Face Indexer object. |
|
-1053 |
Maximum template number of the Face Indexer object has been reached. |
|
-1054 |
No template with this id has been found in the Face Indexer object. |
|
-1055 |
This index file is not valid and cannot be loaded. |
|
-1056 |
This function is not implemented. |