I'm trying to track people by performing background subtraction and passing the bounding box to correlation based tracker. Correlation based trackers need an initial bounding box to start tracking. How can I create a bounding box after performing background subtraction and pass it to the tracker? I'm using python. Any help would be greately appreciated.