Show / Hide Table of Contents

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]

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
Tracker
TrackerMIL
Implements
ICvPtrHolder
Inherited Members
Tracker.DisposeManaged()
Tracker.Init(Mat, Rect)
Tracker.Update(Mat, Rect)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class TrackerMIL : Tracker, ICvPtrHolder

Constructors

| Improve this Doc View Source

TrackerMIL(IntPtr)

Declaration
protected TrackerMIL(IntPtr p)
Parameters
Type Name Description
IntPtr p

Methods

| Improve this Doc View Source

Create()

Constructor

Declaration
public static TrackerMIL Create()
Returns
Type Description
TrackerMIL
| Improve this Doc View Source

Create(Params)

Constructor

Declaration
public static TrackerMIL Create(Params parameters)
Parameters
Type Name Description
Params parameters

MIL parameters

Returns
Type Description
TrackerMIL
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX