| Feature2DDescriptorSize Property |
http://www.emgu.com
Get the number of elements in the descriptor.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic int DescriptorSize { get; }Public ReadOnly Property DescriptorSize As Integer
Get
public:
property int DescriptorSize {
int get ();
}member DescriptorSize : int with get
Return Value
Type:
Int32The number of elements in the descriptor
See Also