mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 16:35:09 +08:00
aab6362705
Tracking API: move to video/tracking.hpp * video(tracking): moved code from opencv_contrib/tracking module - Tracker API - MIL, GOTURN trackers - applied clang-format * video(tracking): cleanup unused code * samples: add tracker.py sample * video(tracking): avoid div by zero * static analyzer
5 lines
130 B
C++
5 lines
130 B
C++
#ifdef HAVE_OPENCV_VIDEO
|
|
typedef TrackerMIL::Params TrackerMIL_Params;
|
|
typedef TrackerGOTURN::Params TrackerGOTURN_Params;
|
|
#endif
|