mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-21 14:41:58 +08:00

* Fix kcfTracker when called from Python bindings. The variable boundingBox in updateImpl when called from Python is initialized with 0s and it needs to be updated with the tracker state. * Fix to return the bbox correctly in the first frame in Python
Object tracking API
Use and/or evaluate one of 5 different visual object tracking techniques.