HOGDescriptorGetDefaultPeopleDetector Method |
http://www.emgu.com
Return the default people detector
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic static float[] GetDefaultPeopleDetector()
Public Shared Function GetDefaultPeopleDetector As Single()
public:
static array<float>^ GetDefaultPeopleDetector()
static member GetDefaultPeopleDetector : unit -> float32[]
Return Value
Type:
SingleThe default people detector
See Also