The descriptor to the keypoint

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 float[] Descriptor { get; set; }
Public Property Descriptor As Single()
	Get
	Set
public:
property array<float>^ Descriptor {
	array<float>^ get ();
	void set (array<float>^ value);
}

See Also