Package | Description |
---|---|
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
Modifier and Type | Method and Description |
---|---|
static FaceDetectorFeatures |
FaceDetectorFeatures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceDetectorFeatures[] |
FaceDetectorFeatures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|