Return the default people detector

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static float[] GetDefaultPeopleDetector()
Visual Basic (Declaration)
Public Shared Function GetDefaultPeopleDetector As Single()
Visual C++
public:
static array<float>^ GetDefaultPeopleDetector()

Return Value

the default people detector

See Also