T - Type being filtered.public final class IdentityFilter<T> extends Object implements DetectionFilter<T,T>
DetectionFilter; just outputs the input directly.| Constructor and Description |
|---|
IdentityFilter() |
public IdentityFilter()
public List<T> apply(List<T> input)
DetectionFilterapply in interface DetectionFilter<T,T>input - the input detections