HOGDescriptor Properties |
The HOGDescriptor type exposes the following members.
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
BlockSize |
Block size in pixels. Align to cell size. Default value is Size(16,16).
| |
BlockStride |
Block stride. It must be a multiple of cell size. Default value is Size(8,8).
| |
CellSize |
Cell size. Default value is Size(8,8).
| |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
DataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
DerivAperture | ||
GammaCorrection |
Flag to specify whether the gamma correction preprocessing is required or not.
| |
HistogramNormType |
HistogramNormType
| |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
L2HysThreshold |
L2-Hys normalization method shrinkage.
| |
Nbins |
Number of bins used in the calculation of histogram of gradients. Default value is 9.
| |
NLevels |
Maximum number of detection window increases. Default value is 64
| |
SignedGradient |
Indicates signed gradient will be used or not
| |
WinSigma |
Gaussian smoothing window parameter.
| |
WinSize |
Detection window size. Align to block size and block stride. Default value is Size(64,128).
|