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 class
TrackerCSRT
the CSRT tracker The implementation is based on CITE: Lukezic_IJCV2018 Discriminative Correlation Filter with Channel and Spatial Reliabilityclass
TrackerKCF
the 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 Tracker
Tracking. 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 class
TrackerDaSiamRPN
class
TrackerGOTURN
the GOTURN (Generic Object Tracking Using Regression Networks) tracker GOTURN (CITE: GOTURN) is kind of trackers based on Convolutional Neural Networks (CNN).class
TrackerMIL
The 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 Tracker
Tracker. __fromPtr__(long addr)
-