OneEuroFilterManager class
Manages a collection of OneEuroFilters for filtering multiple values.
Constructors
- OneEuroFilterManager({required int count, dynamic freq = _defaultFrequency, dynamic minCutOff = _defaultMinCutOFF, dynamic beta = _defaultBeta, dynamic dCutOff = _defaultDCutOFF})
- OneEuroFilterManager constructor.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
filterValues(
int timestamp, List< double> val) → bool - Performs filtering for the given timestamp and a list of values.
-
getFilteredValues(
) → List< double> - Retrieves the filtered values obtained after applying the filter.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited