T - public class MaxSizeFilter<T extends org.openimaj.math.geometry.shape.Shape> extends Object implements DetectionFilter<T,T>
Shape can be filtered.| Constructor and Description |
|---|
MaxSizeFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
apply(List<T> input)
Perform the filtering operation on the input and return the output.
|
public MaxSizeFilter()
public List<T> apply(List<T> input)
DetectionFilterapply in interface DetectionFilter<T extends org.openimaj.math.geometry.shape.Shape,T extends org.openimaj.math.geometry.shape.Shape>input - the input detections