dgs.utils.track

Classes and helpers for Track, Tracks, and other tracking related objects.

Module Attributes

TrackID

The ID of any given track is a positive integer.

Module Classes

Track(N, curr_frame[, states, tid])

A Track is a single (de-)queue containing multiple State s, keeping the last N states.

TrackStatistics()

Data object to save and analyze the statistics of some tracks.

TrackStatus(value)

Enumerate for handling the status of a Track.

Tracks(N[, thresh, start_frame])

Multiple Track objects stored as a dictionary, where the Track is the value and the key is this tracks' unique ID.