According to the [release docs](http://opencv.org/opencv-3-0-alpha.html) for OpenCV 3.0.0, it includes an implementation of the [Tracking-Detection-Learning](http://personal.ee.surrey.ac.uk/Personal/Z.Kalal/tld.html) algorithm. There's even some [very basic docs](http://docs.opencv.org/trunk/modules/tracking/doc/tracker_algorithms.html) for the C++ code.
I downloaded and compiled the 3.0.0-beta, including the Python wrapper, and it seems to have succeeded, and although I can run most of the Python samples (some appear to be broken and/or not updated for 3.0.0), I can't find any way to access and TLD functionality through the Python wrapper. I can't even find references to it in the code.
Is it actually included in the 3.0.0 release, and if so, how do I access it?
↧