FaceTemplate Class

Namespace: id3.Face

Definition

Represents a face template.

Properties

Name

Type

Description

format

FaceTemplateFormat

Format of the face template.

quality

int

Quality of the face template, on a range of 0 (worst) to 100 (best). This is computed automatically when using encoders 10B and 10C.

Static Methods

Name

Description

fromBuffer

Imports the face template object from a buffer.

fromFile

Imports the face template object from a file.

Methods

Name

Description

clone

Clones the FaceTemplate object.

to10ACompact

Converts this 10A template to 10ACompact format. Warning: this is a lossy compaction. See documentation for details about 10ACompact uses.

toBdt

Exports the face template object to a Biometric Data Template (BDT) buffer.

toBit

Exports the face template as a Biometric Information Template (BIT) for enrolment on a smart card equipped with id3 Match-on-Card technology.

toBuffer

Exports the face template object to a buffer.

toFile

Exports the face template object to a file.

update

Updates the face template by combining it with the specified face template.