method

states.Process.__call__

def __call__(self, cs: Tracklets, ctx: FrameContext) -> Tracklets

Advance the named field by ``ctx.delta``.

Parameters

NameTypeDescription
csTrackletsCurrent tracklet snapshot.
ctxFrameContextFrame context; ``ctx.delta`` carries the elapsed time.

Returns

Tracklets — New snapshot with the field advanced.

Source: unitrack/states/base.py:31