sportslabkit.sot.meanshift#

Overview#

Classes#

MeanShiftTracker

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

Classes#

class sportslabkit.sot.meanshift.MeanShiftTracker(target, initial_frame, bins=16, max_iterations=10, termination_eps=1, *args, **kwargs)[source]#

Bases: sportslabkit.sot.base.SingleObjectTracker

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

Overview

Attributes#

required_keys

-

Methods#

pre_initialize(initial_frame, bins, max_iterations, termination_eps)

-

update(current_frame)

-

Members

required_keys = ['box'][source]#
pre_initialize(initial_frame, bins=16, max_iterations=10, termination_eps=1)[source]#
update(current_frame)[source]#