FaceDetector Class¶
Namespace: id3.Face
Definition¶
Detects human faces in images.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Confidence threshold, in the range [0;100]. |
|
Model used to detect and track faces. |
||
int |
Non-maximum suppression (NMS) intersection-over-union (IOU) threshold, in the range is [0;100]. |
|
Processing unit where to run the detection process. |
||
int |
Number of threads to be used for face detection. |
Methods¶
Name |
Description |
|---|---|
Detects faces in an image and store their info in a DetectedFaceList object. |
|
Tracks faces in an image and update their info in a DetectedFaceList object. |
|
Gets the face detector module ready to work on a specific image size by initializing all its internal memory layout. |