FaceEncoder Class

Namespace: id3.Face

Definition

Extracts facial features and encodes face templates.

Properties

Name

Type

Description

minimalIod

int

Minimal interocular distance (IOD) in pixels required to perform a face encoding.

model

FaceModel

Model used to create templates.

processingUnit

ProcessingUnit

Processing unit where to run the encoding process.

threadCount

int

Number of threads to be used for template encoding.

Methods

Name

Description

computeQuality

Computes the quality of a detected face.

createTemplate

Extracts the unique features of a detected face and store them in a FaceTemplate.

warmUp

Gets the face encoder module ready to work by initializing all its internal memory layout.