Click or drag to resize
CudaHOGGetDefaultPeopleDetector Method
http://www.emgu.com
Returns coefficients of the classifier trained for people detection (for default window size).

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Mat GetDefaultPeopleDetector()

Return Value

Type: Mat
The default people detector
See Also