NativeMethodsobjdetect_HOGDescriptor_groupRectangles Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_groupRectangles(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void objdetect_HOGDescriptor_groupRectangles(
	IntPtr obj,
	IntPtr rectList,
	IntPtr weights,
	int groupThreshold,
	double eps
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_groupRectangles(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double)"]

rectList
Type: SystemIntPtr

[Missing <param name="rectList"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_groupRectangles(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double)"]

weights
Type: SystemIntPtr

[Missing <param name="weights"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_groupRectangles(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double)"]

groupThreshold
Type: SystemInt32

[Missing <param name="groupThreshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_groupRectangles(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double)"]

eps
Type: SystemDouble

[Missing <param name="eps"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_groupRectangles(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Double)"]

See Also

Reference