Create a Image tracker, where Image is matched with flann

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

Syntax

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

Parameters

modelFeatures
array<ImageFeature>[]()[][]
The Image feature from the model image

See Also