1 | initial version |
you must be looking at outdated docs, the api has changed, there is no more Tracker_create(name)
method.
please have a look at the current samples ,
-- you have to create an explict instance of a certain tracker class now, like:
tracker = cv.TrackerMOSSE_create()