Static Public Attributes | |
int | Confirmed = 2 |
int | Deleted = 3 |
int | Tentative = 1 |
Enumeration type for the single target track state. Newly created tracks are classified as `tentative` until enough evidence has been collected. Then, the track state is changed to `confirmed`. Tracks that are no longer alive are classified as `deleted` to mark them for removal from the set of active tracks.
int deep_sort::track::TrackState::Confirmed = 2 [static] |
int deep_sort::track::TrackState::Deleted = 3 [static] |
int deep_sort::track::TrackState::Tentative = 1 [static] |