Legacy Tracking API#
Detailed Description#
Classes#
Name |
Description |
|---|---|
|
This class is used to track multiple objects using the specified tracker algorithm. View details |
Base abstract class for the long-term Multi Object Trackers: View details |
|
Multi Object Tracker for [159]. View details |
|
|
Base abstract class for the long-term tracker: View details |
the Boosting tracker View details |
|
|
the CSRT tracker View details |
|
the [138] (Kernelized Correlation Filter) tracker View details |
the Median Flow tracker View details |
|
|
The [17] algorithm trains a classifier in an online manner to separate the object from the background. View details |
|
the [38] (Minimum Output Sum of Squared Error) tracker View details |
|
the [159] (Tracking, learning and detection) tracker View details |
Function Documentation#
upgradeTrackingAPI()#
Ptr< cv::Tracker > cv::legacy::upgradeTrackingAPI(const Ptr< legacy::Tracker > & legacy_tracker)
#include <opencv2/tracking/tracking_legacy.hpp>
Python:
cv.legacy.upgradeTrackingAPI(legacy_tracker) -> retval
Here is the call graph for this function: