Using OpenCV TLD from Python -


according release docs opencv 3.0.0, includes implementation of tracking-detection-learning algorithm. there's very basic docs c++ code.

i downloaded , compiled 3.0.0-beta, including python wrapper, , seems have succeeded, , although can run python samples, can't find way access , tld functionality through python wrapper. can't find references in code.

is included in 3.0.0 release, , if so, how access it?

the tld c++ code opencv3.0 in opencv_contrib repo,

unfortunately, atm python or java wrapping not ready yet.


Comments

Popular posts from this blog

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

java - Reading data from multiple zip files and combining them to one -