http://www.emgu.com
Returns coefficients of the classifier trained for people detection (for size 64x128). Only compatible with HOG detector with the same windows size.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static float[] GetPeopleDetector48x96() |
Visual Basic |
---|
Public Shared Function GetPeopleDetector48x96 As Single() |
Visual C++ |
---|
public:
static array<float>^ GetPeopleDetector48x96() |
Return Value
The people detector of 48x96 resolution
See Also