HOGDescriptorGetDefaultPeopleDetector Method |
http://www.emgu.com
Return the default people detector
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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