Create a new HOGDescriptor using the specific parameters
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.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.
- blockStride
- Size
Block stride. Must be a multiple of cell size.
- cellSize
- Size
Cell size.
- nbins
- Int32
Number of bins.
- derivAperture
- Int32
[Missing <param name="derivAperture"/> documentation for "M:Emgu.CV.HOGDescriptor.#ctor(System.Drawing.Size,System.Drawing.Size,System.Drawing.Size,System.Drawing.Size,System.Int32,System.Int32,System.Double,System.Double,System.Boolean)"]
- winSigma
- Double
Gaussian smoothing window parameter.
- L2HysThreshold
- Double
L2-Hys normalization method shrinkage.
- gammaCorrection
- Boolean
Do gamma correction preprocessing or not.