http://www.emgu.com
This class use ImageFeature to match or track object

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public class Features2DTracker : DisposableObject
Visual Basic
Public Class Features2DTracker _
	Inherits DisposableObject
Visual C++
public ref class Features2DTracker : public DisposableObject

Inheritance Hierarchy

System..::..Object
  Emgu.Util..::..DisposableObject
    Emgu.CV.Features2D..::..Features2DTracker

See Also