Package pulse.math.filters
Interface Filter
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
OptimisedRunningAverage
,Randomiser
,RunningAverage
public interface Filter extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<Point2D>
process(List<Point2D> input)
default List<Point2D>
process(DiscreteInput input)
-