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.
|
org.openimaj.image.processing.face.util |
Modifier and Type | Method and Description |
---|---|
FImage |
RotateScaleAligner.align(KEDetectedFace descriptor) |
FImage |
MeshWarpAligner.align(KEDetectedFace descriptor) |
FImage |
AffineAligner.align(KEDetectedFace descriptor) |
static Jama.Matrix |
AffineAligner.estimateAffineTransform(KEDetectedFace face)
Estimate the affine transform required to warp a set of facial keypoints
to their canonical coordinates.
|
Modifier and Type | Method and Description |
---|---|
List<KEDetectedFace> |
FKEFaceDetector.detectFaces(FImage image) |
Modifier and Type | Method and Description |
---|---|
FacePatchFeature |
FacePatchFeature.Extractor.extractFeature(KEDetectedFace face) |
protected void |
FacePatchFeature.extractFeatures(KEDetectedFace face) |
protected void |
FacePatchFeature.initialise(KEDetectedFace face) |
Modifier and Type | Method and Description |
---|---|
void |
KEDetectedFaceRenderer.drawDetectedFace(MBFImage image,
int thickness,
KEDetectedFace f) |