OpenCV Tracker Issues

Dear All,

I have installed and tried opencv 3.6.0, 4.5.1 and 4.2.0.

I have integrated opencv_tracking library in eclipse . But only 4 tracker(KCF,MIL,TLD,CSRT) API is working fine.
Remaining 4 trackers(MOSSE,BOOSTING,MEDIANFLOW,GOTURN) is throwing an error like tracker not defined.
Please let me know whats the problem ?

ThanksinAdvance,
Kohila.S

with 4.5.1, some of them (like goturn) were moved to the main repo (video module), others were moved to a “legacy” interface.

have a look here, how to invoke them now

Thanks berak. Means if i add legacy.hpp file in my sample program, will MOSSE tracker work???

Hi berak, Thanks for your valuable reply. I have integrated legacy tracker library and MOSSE is working fine.