method

states.Observation.__call__

def __call__(self, cs: Tracklets, ds: Detections, match: MatchOutcome, ctx: FrameContext) -> Tracklets

Fuse matched-detection measurements into tracklets.

Parameters

NameTypeDescription
csTrackletsCurrent tracklet snapshot.
dsDetectionsCurrent-frame detections.
matchMatchOutcomeMatched pairs and residuals.
ctxFrameContextFrame context.

Returns

Tracklets — New snapshot with the field updated for matched tracklets.

Source: unitrack/states/base.py:61