Package | Description |
---|---|
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
Modifier and Type | Method and Description |
---|---|
HaarCascadeDetector |
HaarCascadeDetector.BuiltInCascade.load()
Create a new detector with the this cascade.
|
static HaarCascadeDetector |
HaarCascadeDetector.read(InputStream is)
Deserialize the detector from a stream.
|