http://www.emgu.com
Create a Image tracker, where Image is matched with flann

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

Syntax

C#
public Features2DTracker(
	ImageFeature[] modelFeatures
)
Visual Basic
Public Sub New ( _
	modelFeatures As ImageFeature() _
)
Visual C++
public:
Features2DTracker(
	array<ImageFeature>^ modelFeatures
)

Parameters

modelFeatures
Type: array<Emgu.CV.Features2D..::..ImageFeature>[]()[][]
The Image feature from the model image

See Also