| Package | Description |
|---|---|
| org.openimaj.image.objectdetection | |
| org.openimaj.image.objectdetection.filtering |
| Constructor and Description |
|---|
FilteringObjectDetector(ObjectDetector<IMAGE,DETECTED_OBJECT> detector,
DetectionFilter<DETECTED_OBJECT,FILTERED_OBJECT> filter)
Construct with the given detector and filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityFilter<T>
Identity
DetectionFilter; just outputs the input directly. |
class |
MaxSizeFilter<T extends org.openimaj.math.geometry.shape.Shape>
Filter to select the biggest detection.
|
class |
OpenCVGrouping
Filter to perform the grouping of detection rectangles in the way OpenCV
does.
|