class Tracker

Defined in:

models/tracker.cr

Constant Summary

MAX_LOST_AGE = 15 * 3

number of frames to keep a lost track ~3 seconds

Instance Method Summary

Instance Method Detail

def add_detection(detections : Array(Detection)) #

[View source]
def iou(state, detection) #

[View source]