type

pipeline.Visibility

class Visibility(typing.Protocol):

Reduce a lifecycle output to the user-facing list of visible IDs.

Members

method

  • __call__Return the IDs of tracklets that should appear in the public output.

Source: unitrack/pipeline/base.py:192