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