Class TrackerMIL
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 @cite MIL. Original code can be found here [http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml]
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class TrackerMIL : Tracker, ICvPtrHolder
Constructors
| Improve this Doc View SourceTrackerMIL(IntPtr)
Declaration
protected TrackerMIL(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | p |
Methods
| Improve this Doc View SourceCreate()
Constructor
Declaration
public static TrackerMIL Create()
Returns
Type | Description |
---|---|
TrackerMIL |
Create(TrackerMIL.Params)
Constructor
Declaration
public static TrackerMIL Create(TrackerMIL.Params parameters)
Parameters
Type | Name | Description |
---|---|---|
TrackerMIL.Params | parameters | MIL parameters |
Returns
Type | Description |
---|---|
TrackerMIL |