Create a SURF tracker, where SURF is matched with flann

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

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