Create a new HOGDescriptor using the specific parameters
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- winSize
- Size
Detection window size. Must be aligned to block size and block stride.
- blockSize
- Size
Block size in cells. Only (2,2) is supported for now.
- blockStride
- Size
Block stride. Must be a multiple of cell size.
- cellSize
- Size
Cell size. Only (8, 8) is supported for now.
- nbins
- Int32
Number of bins. Only 9 bins per cell is supported for now.
- winSigma
- Double
Gaussian smoothing window parameter.
- L2HysThreshold
- Double
L2-Hys normalization method shrinkage.
- gammaCorrection
- Boolean
Do gamma correction preprocessing or not.
- nLevels
- Int32
Maximum number of detection window increases.