| HOGDescriptorGetDefaultPeopleDetector Method |
Returns coefficients of the classifier trained for people detection (for default window size).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static float[] GetDefaultPeopleDetector()
Public Shared Function GetDefaultPeopleDetector As Single()
public:
static array<float>^ GetDefaultPeopleDetector()
static member GetDefaultPeopleDetector : unit -> float32[]
Return Value
Type:
Single[Missing <returns> documentation for "M:OpenCvSharp.HOGDescriptor.GetDefaultPeopleDetector"]
See Also