1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #20036 from APrigarina:tracking_api

Tracking API: added DaSiamRPN tracker

* added dasiamrpn tracker

* dasiamrpn: add test, rewrite sample

* change python samples

* fix tests

* fix params
This commit is contained in:
Anna Prigarina
2021-05-31 23:23:37 +03:00
committed by GitHub
parent 73ee01a7f4
commit 478663b08c
8 changed files with 587 additions and 655 deletions
@@ -1,4 +1,5 @@
#ifdef HAVE_OPENCV_VIDEO
typedef TrackerMIL::Params TrackerMIL_Params;
typedef TrackerGOTURN::Params TrackerGOTURN_Params;
typedef TrackerDaSiamRPN::Params TrackerDaSiamRPN_Params;
#endif