FaceIndexer Class¶
Namespace: id3.Face
Definition¶
Performs a one-to-many search on a large number of face templates.
Properties¶
Name |
Type |
Description |
|---|---|---|
Face template format accepted by this face indexer. |
||
int |
Maximum number of templates that this face indexer can hold. |
|
int |
Current number of indexed templates. |
Static Methods¶
Methods¶
Name |
Description |
|---|---|
Adds a template to the Face Indexer. |
|
Deletes a template from the face indexer. |
|
Retrieves a template from the face indexer by ID. |
|
Resizes the maximum number of templates that the face indexer can hold. |
|
Performs a one-to-many search of a face template probe against a previously initialized face indexer and outputs a candidate list. |
|
Saves the face indexer object to a file. |