Table of Contents

Class TrackerTLD

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

TLD is a novel tracking framework that explicitly decomposes the long-term tracking task into tracking, learning and detection.

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

Remarks

The tracker follows the object from frame to frame. The detector localizes all appearances that have been observed so far and corrects the tracker if necessary. The learning estimates detector's errors and updates it to avoid these errors in the future.

Constructors

TrackerTLD()

Creates a TLD tracker

public TrackerTLD()

Methods

DisposeObject()

Release the unmanaged resources associated with this tracker

protected override void DisposeObject()