HOGDescriptorDescriptorSize Property |
http://www.emgu.com
Get the size of the descriptor
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic uint DescriptorSize { get; }
Public ReadOnly Property DescriptorSize As UInteger
Get
public:
property unsigned int DescriptorSize {
unsigned int get ();
}
member DescriptorSize : uint32 with get
Property Value
Type:
UInt32
See Also