Package | Description |
---|---|
org.openimaj.image.objectdetection.haar | |
org.openimaj.image.objectdetection.haar.training |
Modifier and Type | Field and Description |
---|---|
protected WeightedRectangle[] |
HaarFeature.cachedRects |
WeightedRectangle[] |
HaarFeature.rects
The rectangles that make up this feature.
|
Modifier and Type | Method and Description |
---|---|
static WeightedRectangle |
WeightedRectangle.parse(String str)
parse a string of the form "x y width height weight" to construct a
WeightedRectangle.
|
Modifier and Type | Method and Description |
---|---|
static HaarFeature |
HaarFeature.create(List<WeightedRectangle> rectList,
boolean tilted)
Create a feature from the given data.
|
Modifier and Type | Method and Description |
---|---|
static FImage |
DrawingTest.drawRects(WeightedRectangle[] rects) |
static FImage |
DrawingTest.drawRects(WeightedRectangle[] rects,
FImage image) |