FaceDetector Class

Namespace: id3.Face

Definition

Detects human faces in images.

Properties

Name

Type

Description

confidenceThreshold

int

Confidence threshold, in the range [0;100].

model

FaceModel

Model used to detect and track faces.

nmsIouThreshold

int

Non-maximum suppression (NMS) intersection-over-union (IOU) threshold, in the range is [0;100].

processingUnit

ProcessingUnit

Processing unit where to run the detection process.

threadCount

int

Number of threads to be used for face detection.

Methods

Name

Description

detectFaces

Detects faces in an image and store their info in a DetectedFaceList object.

trackFaces

Tracks faces in an image and update their info in a DetectedFaceList object.

warmUp

Gets the face detector module ready to work on a specific image size by initializing all its internal memory layout.