Ask Your Question

romikavinda's profile - activity

2015-07-02 08:04:37 -0600 asked a question create bounding box after background subtraction

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.