mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 21:40:49 +08:00
tracking: rework tracking API
- simplify Tracker API - fix perf tests (don't measure video decoding)
This commit is contained in:
6
modules/tracking/misc/python/pyopencv_tracking.hpp
Normal file
6
modules/tracking/misc/python/pyopencv_tracking.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifdef HAVE_OPENCV_TRACKING
|
||||
typedef TrackerCSRT::Params TrackerCSRT_Params;
|
||||
typedef TrackerKCF::Params TrackerKCF_Params;
|
||||
typedef TrackerMIL::Params TrackerMIL_Params;
|
||||
typedef TrackerGOTURN::Params TrackerGOTURN_Params;
|
||||
#endif
|
Reference in New Issue
Block a user