Feature2DDescriptorSize Property |
http://www.emgu.com
Get the number of elements in the descriptor.
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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