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

The SURF descriptor as an array (size 64 for regular descriptor; 128 for extended 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 float[] Descriptor { get; set; }
Public Property Descriptor As Single()
public:
property array<float>^ Descriptor {
	array<float>^ get ();
	void set (array<float>^ value);
}

See Also