| Package | Description |
|---|---|
| org.openimaj.image.objectdetection.haar |
| Modifier and Type | Method and Description |
|---|---|
static HaarFeature |
HaarFeature.create(boolean tilted,
int x0,
int y0,
int w0,
int h0,
float wt0,
int x1,
int y1,
int w1,
int h1,
float wt1)
Construct a feature with the given parameters.
|
static HaarFeature |
HaarFeature.create(boolean tilted,
int x0,
int y0,
int w0,
int h0,
float wt0,
int x1,
int y1,
int w1,
int h1,
float wt1,
int x2,
int y2,
int w2,
int h2,
float wt2)
Construct a feature with the given parameters.
|
static HaarFeature |
HaarFeature.create(List<WeightedRectangle> rectList,
boolean tilted)
Create a feature from the given data.
|
| Constructor and Description |
|---|
HaarFeatureClassifier(HaarFeature feature,
float threshold,
Classifier left,
Classifier right)
Construct with the given feature, threshold and left/right nodes.
|