opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

tracking: moved CSRT to main repository, removed legacy implemetation

Open mshabunin opened this issue 6 months ago • 0 comments

merge with opencv/opencv#27328

  • removed cv::tracking::trackerCSRT and cv::legacy::tracking::trackerCSRT in 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.

mshabunin avatar May 17 '25 15:05 mshabunin