| Modifier and Type | Method and Description |
|---|---|
TrackedFace |
TrackedFace.clone()
Creates a copy of the TrackedFace object.
|
static TrackedFace |
TrackedFace.create(Rectangle bounds,
int detectionScore,
int id,
PointList landmarks)
Creates a detected face.
|
TrackedFace |
TrackedFaceList.findTrackedFace(int id)
Finds a tracked face by ID.
|
static TrackedFace |
TrackedFace.fromBuffer(byte[] data)
Imports the face object from a buffer.
|
static TrackedFace |
TrackedFace.fromFile(java.lang.String path)
Imports the face object from a file.
|
TrackedFace |
TrackedFaceList.get(int index)
Gets an item of the TrackedFaceList object.
|
TrackedFace |
TrackedFaceList.getLargestFace()
Gets the largest face in the list.
|
TrackedFace |
Portrait.getTrackedFace()
Gets the tracked face.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<TrackedFace> |
TrackedFaceList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackedFaceList.add(TrackedFace trackedFaceItem)
Adds an item to the TrackedFaceList object.
|
void |
TrackedFaceList.set(int index,
TrackedFace trackedFaceItem)
Sets an item of the TrackedFaceList object.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face