Table of Contents

Class Track<T>

Namespace
AiDotNet.Video.Tracking
Assembly
AiDotNet.dll

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

id int
detection Detection<T>

Properties

Age

public int Age { get; }

Property Value

int

HitStreak

public int HitStreak { get; }

Property Value

int

Id

public int Id { get; }

Property Value

int

IsConfirmed

public bool IsConfirmed { get; }

Property Value

bool

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

detection Detection<T>