Create a SURF tracker, where SURF is matched with flann

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

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