Create a SURF feature from the specific point and descriptor

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

Syntax

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

Parameters

point
Type: Emgu.CV.Structure..::.MCvSURFPoint %
The MCvSURFPoint structure
descriptor
Type: array< System..::.Single >[]()[]
The feature descriptor

See Also