Create a SURF feature from the specific point and descriptor

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 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