TrackedFaceList Class¶
Namespace: id3.Face
Definition¶
Represents a list of tracked faces.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the TrackedFaceList object. |
|
Clears the TrackedFaceList object. |
|
Clones the TrackedFaceList object. |
|
Finds a tracked face by ID. |
|
Gets an item of the TrackedFaceList object. |
|
Gets the number of elements in the TrackedFaceList object. |
|
Gets the list of IDs in the list. |
|
Gets the largest face in the list. |
|
Removes an element of the TrackedFaceList object. |
|
Rescales all tracked faces in the list. |
|
TrackedFaceList object. |
|
Sets an item of the TrackedFaceList object. |