Click or drag to resize

HOGDescriptor Properties

The HOGDescriptor type exposes the following members.

Properties
  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyBlockSize
Block size in pixels. Align to cell size. Default value is Size(16,16).
Public propertyBlockStride
Block stride. It must be a multiple of cell size. Default value is Size(8,8).
Public propertyCellSize
Cell size. Default value is Size(8,8).
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Protected propertyDataHandle
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.)
Public propertyDerivAperture
Public propertyGammaCorrection
Flag to specify whether the gamma correction preprocessing is required or not.
Public propertyHistogramNormType
HistogramNormType
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyL2HysThreshold
L2-Hys normalization method shrinkage.
Public propertyNbins
Number of bins used in the calculation of histogram of gradients. Default value is 9.
Public propertyNLevels
Maximum number of detection window increases. Default value is 64
Public propertySignedGradient
Indicates signed gradient will be used or not
Public propertyWinSigma
Gaussian smoothing window parameter.
Public propertyWinSize
Detection window size. Align to block size and block stride. Default value is Size(64,128).
Top
See Also