Table of Contents

Class TrackerMOSSE

Namespace
Emgu.CV.Legacy
Assembly
Emgu.CV.dll

MOSSE Visual Object Tracking using Adaptive Correlation Filters

public class TrackerMOSSE : Tracker, IDisposable
Inheritance
TrackerMOSSE
Implements
Inherited Members

Remarks

note, that this tracker works with grayscale images, if passed bgr ones, they will get converted internally.

Constructors

TrackerMOSSE()

Create a MOSSE tracker

public TrackerMOSSE()

Methods

DisposeObject()

Release the unmanaged resources associated with this tracker

protected override void DisposeObject()