HOGDescriptorDescriptorSize Property |
http://www.emgu.com
Get the size of the descriptor
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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