Initialise a tracker without a bounding box
How can one initialise a tracker with an image instead of drawing a bounding box around the object of interest every time?
Asked: 2015-08-27 05:02:53 -0600
Seen: 149 times
Last updated: Aug 27 '15
afaik, you're already initializing the tracker with the image cropped from the bb.
@berak Thanks for the response Sir. From what I could comprehend from this page and the code, the tracker should be initialised with a bounding box. A code sample would be greatly appreciated. Please help me out.
plenty here