Click or drag to resize

NativeMethodsobjdetect_groupRectangles2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_groupRectangles2(
	IntPtr rectList,
	IntPtr weights,
	int groupThreshold,
	double eps
)

Parameters

rectList
Type: SystemIntPtr

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

weights
Type: SystemIntPtr

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

groupThreshold
Type: SystemInt32

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

eps
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also