http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a SURF feature from the specific point and descriptor
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public SURFFeature( ref MCvSURFPoint point, float[] descriptor ) |
Visual Basic |
---|
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