states.Process.__call__
def __call__(self, cs: Tracklets, ctx: FrameContext) -> TrackletsAdvance the named field by ``ctx.delta``.
Parameters
| Name | Type | Description |
|---|---|---|
| cs | Tracklets | Current tracklet snapshot. |
| ctx | FrameContext | Frame context; ``ctx.delta`` carries the elapsed time. |
Returns
Tracklets — New snapshot with the field advanced.
Source: unitrack/states/base.py:31