Create a SURF tracker, where SURF is matched with flann

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

Syntax

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

Parameters

modelFeatures
array<SURFFeature>[]()[][]
The SURF feature from the model image

See Also