TrackerMILAsync extension

Tracker is the base interface for object tracking.

see: https://docs.opencv.org/master/d0/d0a/classcv_1_1Tracker.html

on

Methods

initAsync(InputArray image, Rect boundingBox) Future<void>
updateAsync(Mat img) Future<(bool, Rect)>
Update the tracker, find the new most likely bounding box for the target. https://docs.opencv.org/4.x/d0/d0a/classcv_1_1Tracker.html#a92d2012f576e6c06eb2e257d110a6529

Static Methods

createAsync() Future<TrackerMIL>