Create a SURF feature from the specific point and descriptor

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public SURFFeature(
	ref MCvSURFPoint point,
	float[] descriptor
)
Public Sub New ( _
	ByRef point As MCvSURFPoint, _
	descriptor As Single() _
)
public:
SURFFeature(
	MCvSURFPoint% point, 
	array<float>^ descriptor
)

Parameters

point
MCvSURFPoint %
The MCvSURFPoint structure
descriptor
array< Single >[]()[]
The feature descriptor

See Also