Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, In a demo https://github.com/Itseez/opencv_contrib/blob/master/modules/tracking/samples/tracker.cpp of opencv Tracking algorithm, you can use several algorithms such as BOOSTING, TLD, MIL, MEDIANFLOW.
I tested it and found that BOOSTING algorithm is more robust to fast motion than other trackers. My dataset is sports dataset, so it contains many videos with fast motions. Other than that, STRUCK tracking is one of the best in current tracking benchmark https://sites.google.com/site/trackerbenchmark/benchmarks/v10. The STRUCK implementation can be found on Github https://github.com/gnebehay/STRUCK or my adapted and modified version https://github.com/howtobeahacker/mySTRUCK.