The descriptor to the keypoint

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

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