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.
|
addFaceObject
containsKey, get, getName, getTreeRoot, iterator, put, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsKey, get, getName, getTreeRoot, iterator, size
public DefaultFaceObjects(boolean includeFaceNumbers)
includeFaceNumbers
- whether the face file contains face numbers@NotNull public FaceProvider loadFacesCollection(@NotNull ErrorView errorView, @NotNull java.io.File collectedDirectory)
FaceObjects
errorView
- the error view for reporting errorscollectedDirectory
- directory to load frompublic boolean isIncludeFaceNumbers()