Package | Description |
---|---|
org.openimaj.image.processing.face.alignment |
The alignment package contains implementations of face
aligners.
|
org.openimaj.image.processing.face.detection.keypoints | |
org.openimaj.image.processing.face.feature |
The feature package contains implementations of features
that can describe a face.
|
Modifier and Type | Method and Description |
---|---|
protected FacialKeypoint[] |
MeshWarpAligner.getActualPoints(FacialKeypoint[] keys,
Jama.Matrix tf0) |
Modifier and Type | Method and Description |
---|---|
protected List<Pair<Shape>> |
MeshWarpAligner.createMesh(FacialKeypoint[] det) |
protected static Jama.Matrix |
AffineAligner.estimateAffineTransform(FacialKeypoint[] pts) |
protected FacialKeypoint[] |
MeshWarpAligner.getActualPoints(FacialKeypoint[] keys,
Jama.Matrix tf0) |
protected FImage |
MeshWarpAligner.getWarpedImage(FacialKeypoint[] kpts,
FImage patch,
Jama.Matrix tf0) |
Modifier and Type | Field and Description |
---|---|
protected FacialKeypoint[] |
KEDetectedFace.keypoints
A list of detected facial keypoints.
|
Modifier and Type | Method and Description |
---|---|
FacialKeypoint[] |
FacialKeypointExtractor.extractFacialKeypoints(FImage canonicalImage)
Extract the facial keypoints from a canonical image.
|
protected FacialKeypoint[] |
FacialKeypointExtractor.findParts(FImage[] AC) |
FacialKeypoint |
KEDetectedFace.getKeypoint(FacialKeypoint.FacialKeypointType type)
Get a keypoint of the specified type.
|
static FacialKeypoint |
FacialKeypoint.getKeypoint(FacialKeypoint[] pts,
FacialKeypoint.FacialKeypointType type)
Search the given points for the a keypoint with the
specified type and return it.
|
FacialKeypoint |
KEDetectedFace.getKeypointInterpolated(FacialKeypoint.FacialKeypointType type)
Get a keypoint of the specified type, interpolating the position if the
internal model doesn't have a matching point.
|
FacialKeypoint[] |
KEDetectedFace.getKeypoints() |
Modifier and Type | Method and Description |
---|---|
static FacialKeypoint |
FacialKeypoint.getKeypoint(FacialKeypoint[] pts,
FacialKeypoint.FacialKeypointType type)
Search the given points for the a keypoint with the
specified type and return it.
|
protected static void |
FacialKeypoint.updateImagePosition(FacialKeypoint[] kpts,
Jama.Matrix transform) |
Constructor and Description |
---|
KEDetectedFace(Rectangle bounds,
FImage patch,
FacialKeypoint[] keypoints,
float confidence)
Construct with parameters.
|
Modifier and Type | Class and Description |
---|---|
static class |
FacePatchFeature.DetectedFacePart
A
FacialKeypoint with an associated feature |