def __call__(self, cs: Tracklets, ds: Detections, match: MatchOutcome, ctx: FrameContext) -> Tracklets
Blend matched detections into tracklets via exponential moving average.
Source: unitrack/states/ema.py:130