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

Create a SURF feature from the specific point and descriptor

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

See Also