OpenCV
4.9.0
Open Source Computer Vision
|
Classes | |
class | MultiTracker |
This class is used to track multiple objects using the specified tracker algorithm. More... | |
class | MultiTracker_Alt |
Base abstract class for the long-term Multi Object Trackers: More... | |
class | MultiTrackerTLD |
Multi Object Tracker for TLD. More... | |
class | Tracker |
Base abstract class for the long-term tracker: More... | |
class | TrackerBoosting |
the Boosting tracker More... | |
class | TrackerCSRT |
the CSRT tracker More... | |
class | TrackerKCF |
the KCF (Kernelized Correlation Filter) tracker More... | |
class | TrackerMedianFlow |
the Median Flow tracker More... | |
class | TrackerMIL |
The MIL algorithm trains a classifier in an online manner to separate the object from the background. More... | |
class | TrackerMOSSE |
the MOSSE (Minimum Output Sum of Squared Error) tracker More... | |
class | TrackerTLD |
the TLD (Tracking, learning and detection) tracker More... | |
Functions | |
Ptr< cv::Tracker > | upgradeTrackingAPI (const Ptr< legacy::Tracker > &legacy_tracker) |