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.VideoModule Namespace Reference

Classes

class  BackgroundSubtractor
 Base class for background/foreground segmentation. : More...
 
class  BackgroundSubtractorKNN
 K-nearest neighbours - based Background/Foreground Segmentation Algorithm. More...
 
class  BackgroundSubtractorMOG2
 Gaussian Mixture-based Background/Foreground Segmentation Algorithm. More...
 
class  DenseOpticalFlow
 
class  DISOpticalFlow
 DIS optical flow algorithm. More...
 
class  FarnebackOpticalFlow
 Class computing a dense optical flow using the Gunnar Farneback's algorithm. More...
 
class  KalmanFilter
 Kalman filter class. More...
 
class  SparseOpticalFlow
 Base interface for sparse optical flow algorithms. More...
 
class  SparsePyrLKOpticalFlow
 Class used for calculating a sparse optical flow. More...
 
class  Tracker
 Base abstract class for the long-term tracker. More...
 
class  TrackerDaSiamRPN
 
class  TrackerDaSiamRPN_Params
 
class  TrackerGOTURN
 the GOTURN (Generic Object Tracking Using Regression Networks) tracker More...
 
class  TrackerGOTURN_Params
 
class  TrackerMIL
 The MIL algorithm trains a classifier in an online manner to separate the object from the background. More...
 
class  TrackerMIL_Params
 
class  TrackerNano
 the Nano tracker is a super lightweight dnn-based general object tracking. More...
 
class  TrackerNano_Params
 
class  TrackerVit
 the VIT tracker is a super lightweight dnn-based general object tracking. More...
 
class  TrackerVit_Params
 
class  VariationalRefinement
 Variational optical flow refinement. More...
 
class  Video