Interface | Description |
---|---|
DetectionFilter<IN,OUT> |
Interface describing an algorithm capable of filtering detections from a
ObjectDetector . |
Class | Description |
---|---|
IdentityFilter<T> |
Identity
DetectionFilter ; just outputs the input directly. |
MaxSizeFilter<T extends Shape> |
Filter to select the biggest detection.
|
OpenCVGrouping |
Filter to perform the grouping of detection rectangles in the way OpenCV
does.
|