OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
Classes
OpenCVForUnity.TrackingModule Namespace Reference

Classes

class  legacy_MultiTracker
 This class is used to track multiple objects using the specified tracker algorithm. More...
 
class  legacy_Tracker
 Base abstract class for the long-term tracker: More...
 
class  legacy_TrackerBoosting
 the Boosting tracker More...
 
class  legacy_TrackerCSRT
 the CSRT tracker More...
 
class  legacy_TrackerKCF
 the KCF (Kernelized Correlation Filter) tracker More...
 
class  legacy_TrackerMedianFlow
 the Median Flow tracker More...
 
class  legacy_TrackerMIL
 The MIL algorithm trains a classifier in an online manner to separate the object from the background. More...
 
class  legacy_TrackerMOSSE
 the MOSSE (Minimum Output Sum of Squared Error) tracker More...
 
class  legacy_TrackerTLD
 the TLD (Tracking, learning and detection) tracker More...
 
class  TrackerCSRT
 the CSRT tracker More...
 
class  TrackerCSRT_Params
 
class  TrackerKCF
 the KCF (Kernelized Correlation Filter) tracker More...
 
class  TrackerKCF_Params
 
class  Tracking