mirror of
https://github.com/opencv/opencv.git
synced 2024-12-02 16:00:17 +08:00
478663b08c
Tracking API: added DaSiamRPN tracker * added dasiamrpn tracker * dasiamrpn: add test, rewrite sample * change python samples * fix tests * fix params
6 lines
188 B
C++
6 lines
188 B
C++
#ifdef HAVE_OPENCV_VIDEO
|
|
typedef TrackerMIL::Params TrackerMIL_Params;
|
|
typedef TrackerGOTURN::Params TrackerGOTURN_Params;
|
|
typedef TrackerDaSiamRPN::Params TrackerDaSiamRPN_Params;
|
|
#endif
|