Package | Description |
---|---|
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
org.openimaj.image.processing.face.tracking.clm | |
org.openimaj.image.processing.face.util |
Modifier and Type | Method and Description |
---|---|
MultiTracker.TrackedFace |
CLMDetectedFace.convert()
Helper method that converts this
CLMDetectedFace into
a MultiTracker.TrackedFace . |
Modifier and Type | Method and Description |
---|---|
static List<CLMDetectedFace> |
CLMDetectedFace.convert(List<MultiTracker.TrackedFace> faces,
FImage image)
Helper method to convert a list of
MultiTracker.TrackedFace s to
CLMDetectedFace s. |
static List<CLMDetectedFace> |
CLMDetectedFace.convert(List<MultiTracker.TrackedFace> faces,
MBFImage image)
Helper method to convert a list of
MultiTracker.TrackedFace s to
CLMDetectedFace s. |
Constructor and Description |
---|
CLMDetectedFace(MultiTracker.TrackedFace face,
FImage image)
Construct a
CLMDetectedFace by copying the state from a
MultiTracker.TrackedFace |
Modifier and Type | Field and Description |
---|---|
List<MultiTracker.TrackedFace> |
MultiTracker.trackedFaces |
Modifier and Type | Method and Description |
---|---|
List<MultiTracker.TrackedFace> |
CLMFaceTracker.getTrackedFaces() |
Modifier and Type | Method and Description |
---|---|
static void |
CLMFaceTracker.drawFaceModel(MBFImage image,
MultiTracker.TrackedFace f,
boolean drawTriangles,
boolean drawConnections,
boolean drawPoints,
boolean drawSearchArea,
boolean drawBounds,
int[][] triangles,
int[][] connections,
float scale,
Float[] boundingBoxColour,
Float[] meshColour,
Float[] connectionColour,
Float[] pointColour)
Draw onto the given image, the given face model.
|
List<Triangle> |
CLMFaceTracker.getTriangles(MultiTracker.TrackedFace face)
Get the triangle mesh corresponding to a tracked face.
|
void |
CLMFaceTracker.initialiseFaceModel(MultiTracker.TrackedFace face)
Initialises the face model for the tracked face by calling
MultiTracker.initShape(Rectangle, Matrix, Matrix) with the
rectangle of redetectedBounds and the face shape and
the reference shape. |
protected Rectangle |
MultiTracker.updateTemplate(MultiTracker.TrackedFace f,
FImage im,
Jama.Matrix s,
boolean resize) |
Modifier and Type | Method and Description |
---|---|
void |
CLMDetectedFaceRenderer.drawDetectedFace(MBFImage image,
MultiTracker.TrackedFace f)
Helper function, does the same as
CLMDetectedFaceRenderer.drawDetectedFace(MBFImage,int, CLMDetectedFace) but with the
insides of a MultiTracker.TrackedFace . |