FaceIndexer Class

Namespace: id3.Face

Definition

Performs a one-to-many search on a large number of face templates.

Properties

Name

Type

Description

format

FaceTemplateFormat

Face template format accepted by this face indexer.

maximumTemplateCount

int

Maximum number of templates that this face indexer can hold.

templateCount

int

Current number of indexed templates.

Static Methods

Name

Description

create

Creates an empty face indexer

fromFile

Imports the face indexer object from a file.

Methods

Name

Description

addTemplate

Adds a template to the Face Indexer.

deleteTemplate

Deletes a template from the face indexer.

getTemplate

Retrieves a template from the face indexer by ID.

resize

Resizes the maximum number of templates that the face indexer can hold.

searchTemplate

Performs a one-to-many search of a face template probe against a previously initialized face indexer and outputs a candidate list.

toFile

Saves the face indexer object to a file.