Return the default people detector

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

Syntax

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

Return Value

the default people detector

See Also