NativeMethodsobjdetect_groupRectangles1 Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_groupRectangles1(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_groupRectangles1(
	IntPtr rectList,
	int groupThreshold,
	double eps
)

Parameters

rectList
Type: SystemIntPtr

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

groupThreshold
Type: SystemInt32

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

eps
Type: SystemDouble

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

See Also

Reference