The MIL algorithm trains a classifier in an online manner to separate the object from the background.  
 More...
#include <opencv2/video/tracking.hpp>
The MIL algorithm trains a classifier in an online manner to separate the object from the background. 
Multiple Instance Learning avoids the drift problem for a robust tracking. The implementation is based on [15] .
Original code can be found here http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml 
◆ TrackerMIL()
  
  | 
        
          | cv::TrackerMIL::TrackerMIL | ( |  | ) |  |  | protected | 
 
 
◆ ~TrackerMIL()
  
  | 
        
          | virtual cv::TrackerMIL::~TrackerMIL | ( |  | ) |  |  | virtual | 
 
 
◆ create()
| Python: | 
|---|
|  | cv.TrackerMIL.create( | [, parameters] | ) -> | retval | 
|  | cv.TrackerMIL_create( | [, parameters] | ) -> | retval | 
 
Create MIL tracker instance. 
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following file: