type

lifecycle.MaxAgeFilter

class MaxAgeFilter:

Keep tracklets whose ``time_since_update`` is ``<= max_age``.

Members

method

  • __call__Return a bool mask, True where ``time_since_update <= max_age``.
  • __init__

property

Source: unitrack/lifecycle/filters.py:16