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() |
Modifier and Type | Method and Description |
---|---|
List<T> |
apply(List<T> input)
Perform the filtering operation on the input and return the output.
|
public IdentityFilter()
public List<T> apply(List<T> input)
DetectionFilter
apply
in interface DetectionFilter<T,T>
input
- the input detections