Package | Description |
---|---|
org.openimaj.image.objectdetection.haar |
Modifier and Type | Class and Description |
---|---|
class |
HaarFeatureClassifier
A classifier based on a Haar-like feature.
|
class |
ValueClassifier
A classifier that just returns a constant value.
|
Constructor and Description |
---|
HaarFeatureClassifier(HaarFeature feature,
float threshold,
Classifier left,
Classifier right)
Construct with the given feature, threshold and left/right nodes.
|
Stage(float threshold,
Classifier[] trees,
Stage successStage,
Stage failureStage)
Construct a new stage.
|