vpi.KLTFeatureTracker.add_boxes

KLTFeatureTracker.add_boxes(self: vpi.KLTFeatureTracker, bboxes: list) None

Add input bounding boxes to be tracked.

Each bounding box may be a tuple with four numbers as (x, y, width, height).

Parameters

bboxes (list) – List of input bounding boxes to be added.