Uses of Class
org.opencv.video.Tracker
-
Packages that use Tracker Package Description org.opencv.tracking org.opencv.video -
-
Uses of Tracker in org.opencv.tracking
Subclasses of Tracker in org.opencv.tracking Modifier and Type Class Description classTrackerCSRTthe CSRT tracker The implementation is based on CITE: Lukezic_IJCV2018 Discriminative Correlation Filter with Channel and Spatial ReliabilityclassTrackerKCFthe KCF (Kernelized Correlation Filter) tracker KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed.Methods in org.opencv.tracking that return Tracker Modifier and Type Method Description static TrackerTracking. legacy_upgradeTrackingAPI(legacy_Tracker legacy_tracker) -
Uses of Tracker in org.opencv.video
Subclasses of Tracker in org.opencv.video Modifier and Type Class Description classTrackerDaSiamRPNclassTrackerGOTURNthe GOTURN (Generic Object Tracking Using Regression Networks) tracker GOTURN (CITE: GOTURN) is kind of trackers based on Convolutional Neural Networks (CNN).classTrackerMILThe MIL algorithm trains a classifier in an online manner to separate the object from the background.Methods in org.opencv.video that return Tracker Modifier and Type Method Description static TrackerTracker. __fromPtr__(long addr)
-