public class DefaultFaceObjects extends AbstractFaceObjects
FaceObjects.| Constructor and Description |
|---|
DefaultFaceObjects(boolean includeFaceNumbers)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeFaceNumbers()
Returns whether the images file contains face numbers.
|
FaceProvider |
loadFacesCollection(ErrorView errorView,
java.io.File collectedDirectory)
Loads all faces from a png collection file.
|
addFaceObjectcontainsKey, get, getName, getTreeRoot, iterator, put, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsKey, get, getName, getTreeRoot, iterator, sizepublic DefaultFaceObjects(boolean includeFaceNumbers)
includeFaceNumbers - whether the face file contains face numbers@NotNull public FaceProvider loadFacesCollection(@NotNull ErrorView errorView, @NotNull java.io.File collectedDirectory)
FaceObjectserrorView - the error view for reporting errorscollectedDirectory - directory to load frompublic boolean isIncludeFaceNumbers()