Click or drag to resize

NativeMethodsobjdetect_groupRectangles3 Method

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

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

Parameters

rectList
Type: SystemIntPtr

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

groupThreshold
Type: SystemInt32

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

eps
Type: SystemDouble

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

weights
Type: SystemIntPtr

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

levelWeights
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also