sportslabkit.motion_model.models.ema#
Overview#
Exponential Moving Average (EMA) motion model for object tracking. |
Classes#
- class sportslabkit.motion_model.models.ema.ExponentialMovingAverage(gamma: float = 0.5)[source]#
Bases:
sportslabkit.motion_model.base.BaseMotionModelExponential Moving Average (EMA) motion model for object tracking.
This class implements an EMA-based motion model for object tracking. It can be used both in a stateful and a procedural manner.
Overview
Attributes# -
-
-
Methods# predict(observations, states)Compute the next internal state and prediction based on the current observation and internal state.
Members