FaceEncoder Class¶
Namespace: id3.Face
Definition¶
Extracts facial features and encodes face templates.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Minimal interocular distance (IOD) in pixels required to perform a face encoding. |
|
Model used to create templates. |
||
Processing unit where to run the encoding process. |
||
int |
Number of threads to be used for template encoding. |
Methods¶
Name |
Description |
|---|---|
Computes the quality of a detected face. |
|
Extracts the unique features of a detected face and store them in a FaceTemplate. |
|
Gets the face encoder module ready to work by initializing all its internal memory layout. |