See: Description
Interface | Description |
---|---|
FaceAligner<T extends DetectedFace> |
A FaceAligner produces aligned face patches (i.e.
|
Class | Description |
---|---|
AffineAligner |
The
AffineAligner attempts to find an affine transform that will warp
the face to the canonical frame by aligning facial keypoints. |
CLMAligner |
An aligner that warps a
CLMDetectedFace to the neutral pose
(reference shape) of the CLMFaceDetector.Configuration . |
IdentityAligner<T extends DetectedFace> |
A FaceAligner that does nothing, and just passes on the patch from the
DetectedFace.
|
MeshWarpAligner |
A MeshWarpAligner aligns facial images using a piecewise mesh warping such
that all detected facial keypoints are moved to their canonical coordinates.
|
RotateScaleAligner |
Attempt to align a face by rotating and scaling it.
|
ScalingAligner<T extends DetectedFace> |
A FaceAligner that just scales the face patch held with the
DetectedFace to a predefined size. |
OpenIMAJ contains a number of aligners with varying degrees
of power and complexity. The FaceAligner
interface defines a standard interface for all aligners.