An academic relative of the $-family of gesture recognizers, the One Euro filter is designed to make effective and efficient noise reduction in signal processing accessible to non-domain experts. Thus, this filter focuses on balancing result quality (bettering more naive approaches) with developer ease-of-use (contrasted with more sophisticated techniques such as Kalman filters).
Others
TData
The type of data to be filtered, such as a float or a Vector3
The Interaction SDK's canonical implementation of this interface is OneEuroFilter.
Properties
TData Value[Get]
The last value returned by Step(TData, float), which is the up-to-date known filtered value of the signal being processed by this filter.