The feature descriptor as an array

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

Syntax

C#
public float[] Descriptor { get; set; }
Visual Basic (Declaration)
Public Property Descriptor As Single()
Visual C++
public:
property array<float>^ Descriptor {
	array<float>^ get ();
	void set (array<float>^ value);
}

See Also