opencv_contrib
opencv_contrib copied to clipboard
tracking: moved CSRT to main repository, removed legacy implemetation
merge with opencv/opencv#27328
- removed
cv::tracking::trackerCSRTandcv::legacy::tracking::trackerCSRTin favor of the one from video module - removed from samples and tests
- removed from docs (moved to main)
Note: I tried to preserve cv::legacy::tracking interface by redirecting calls to the new interface, but it was tied with private implementation and didn't go as planned. Perhaps it is still possible to do it with slightly more effort, but I decided to remove it. We are allowed to break source compatibility of opencv_contrib modules.