FaceIndexer Class¶
Namespace: id3.Face
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
Face template format accepted by this face indexer. Supports only 10A, 10B, 9A, 9B. |
||
int |
Maximum number of templates that this face indexer can hold. |
|
int |
Current number of indexed templates. |
Static Methods¶
Name |
Description |
|---|---|
Creates an empty face indexer |
|
Imports the face indexer object from a buffer. |
|
Imports the face indexer object from a file. |
Methods¶
Name |
Description |
|---|---|
Adds a user to the Face Indexer. |
|
Retrieves a template from the face indexer by ID. |
|
Remove a template from the face indexer. |
|
Resizes the maximum number of users 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. |
|
Exports the face indexer object to a buffer. |
|
Saves the face indexer object to a file. |
|
Update a user’s template into the Face Indexer. |