Create a SURF tracker, where SURF is matched with flann

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

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

Parameters

modelFeatures
Type: array< Emgu.CV..::.SURFFeature >[]()[]
The SURF feature from the model image

See Also