Get the size of the descriptor

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

Syntax

C#
public int DescriptorSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property DescriptorSize As Integer
Visual C++
public:
property int DescriptorSize {
	int get ();
}

See Also