public interface DetectionFilter<IN,OUT>
ObjectDetector
. Typically this might mean finding the biggest
detection response, or grouping multiple responses into smaller sets.Modifier and Type | Method and Description |
---|---|
List<OUT> |
apply(List<IN> input)
Perform the filtering operation on the input and return the output.
|