FingerIndexer Class¶
Namespace: id3.Finger
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
Finger data format used by in this finger indexer. |
||
int |
Maximum number of template records that this finger indexer can hold. |
|
int |
Number of threads used for search. |
|
int |
Current number of indexed template records. |
Static Methods¶
Name |
Description |
|---|---|
Creates an empty finger indexer. |
|
Imports the finger indexer object from a buffer. |
|
Imports the finger indexer object from a file. |
Methods¶
Name |
Description |
|---|---|
Adds a user to the finger indexer. |
|
Internal function |
|
Remove a user from the finger indexer. |
|
Resizes the maximum number of template records that the finger indexer can hold. |
|
Performs a one-to-many search of a probe image template record against a previously initialized finger indexer and outputs a candidate list. |
|
Internal function |
|
Exports the finger indexer object to a buffer. |
|
Saves the finger indexer object to a file. |
|
Updates an existing user templates. |