[This is preliminary documentation and is subject to change.]

Create a SURF tracker, where SURF is matched with k-d Tree

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

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