sportslabkit.sot.hungarian#

Overview#

Classes#

HungarianTracker

Helper class that provides a standard way to create an ABC using

Classes#

class sportslabkit.sot.hungarian.HungarianTracker(target, initial_frame, detection_model=None, image_model=None, motion_model=None, matching_fn=None)[source]#

Bases: sportslabkit.sot.base.SingleObjectTracker

Helper class that provides a standard way to create an ABC using inheritance.

Overview

Methods#

pre_initialize(initial_frame, detection_model, image_model, motion_model, matching_fn)

-

update(current_frame)

-

Members

pre_initialize(initial_frame, detection_model, image_model, motion_model, matching_fn)[source]#
update(current_frame)[source]#