OpenCvSharp.HOGDescriptor.GetDaimlerPeopleDetector C# (CSharp) Method

GetDaimlerPeopleDetector() public static method

This method returns 1981 SVM coeffs obtained from daimler's base. To use these coeffs the detection window size should be (48,96)
public static GetDaimlerPeopleDetector ( ) : float[]
return float[]
        public static float[] GetDaimlerPeopleDetector()
        {
            return DaimlerPeopleDetector;
        }