Class cv::TrackerMIL#
The [17] algorithm trains a classifier in an online manner to separate the object from the background. View details
#include <opencv2/video/tracking.hpp>Collaboration diagram for cv::TrackerMIL:
Public Member Functions#
Public Member Functions inherited from cv::Tracker
Return |
Name |
Description |
|---|---|---|
|
Return tracking score. |
|
|
Initialize the tracker with a known bounding box that surrounded the target. |
|
|
Update the tracker, find the new most likely bounding box for the target. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Tracker
Return |
Name |
Description |
|---|---|---|
Detailed Description#
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 MIL .
Original code can be found here http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml
Constructor & Destructor Documentation#
TrackerMIL()#
~TrackerMIL()#
Member Function Documentation#
create()#
static Ptr< TrackerMIL > cv::TrackerMIL::create(const TrackerMIL::Params & parameters = TrackerMIL::Params())
Python:
cv.TrackerMIL.create([, parameters]) -> retval
cv.TrackerMIL_create([, parameters]) -> retval
Create [17] tracker instance.
Parameters
parameters— [17] parameters TrackerMIL::Params
Source file#
The documentation for this class was generated from the following file:
opencv2/video/tracking.hpp