Class Track<T>
Represents a tracked object across frames.
public class Track<T>
Type Parameters
T
- Inheritance
-
Track<T>
- Inherited Members
Constructors
Track(int, Detection<T>)
public Track(int id, Detection<T> detection)
Parameters
Properties
Age
public int Age { get; }
Property Value
HitStreak
public int HitStreak { get; }
Property Value
Id
public int Id { get; }
Property Value
IsConfirmed
public bool IsConfirmed { get; }
Property Value
LastDetection
public Detection<T> LastDetection { get; }
Property Value
- Detection<T>
PredictedBox
public Detection<T> PredictedBox { get; }
Property Value
- Detection<T>
Methods
MarkMissed()
public void MarkMissed()
Update(Detection<T>)
public void Update(Detection<T> detection)
Parameters
detectionDetection<T>