Package | Description |
---|---|
org.openimaj.image.processing.face.alignment |
The alignment package contains implementations of face
aligners.
|
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
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 |
CLMAligner.align(CLMDetectedFace face) |
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. |
List<CLMDetectedFace> |
CLMFaceDetector.detectFaces(FImage image) |
List<CLMDetectedFace> |
CLMFaceDetector.detectFaces(FImage image,
List<Rectangle> detRects)
Detect faces in the image using the given rectangles as the seeds from
which to start fitting the model.
|
Modifier and Type | Method and Description |
---|---|
CLMPoseShapeFeature |
CLMPoseShapeFeature.Extractor.extractFeature(CLMDetectedFace face) |
CLMShapeFeature |
CLMShapeFeature.Extractor.extractFeature(CLMDetectedFace face) |
CLMPoseFeature |
CLMPoseFeature.Extractor.extractFeature(CLMDetectedFace face) |
Modifier and Type | Method and Description |
---|---|
void |
CLMDetectedFaceRenderer.drawDetectedFace(MBFImage image,
int thickness,
CLMDetectedFace f) |
static void |
CLMDetectedFaceRenderer.render(MBFImage mbf,
int thickness,
CLMDetectedFace face)
Static helper function for quick and dirty rendering
|