Click or drag to resize

Cv2GroupRectangles Method (IListRect, Int32, Double, Int32, Double)

Groups the object candidate rectangles.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void GroupRectangles(
	IList<Rect> rectList,
	int groupThreshold,
	double eps,
	out int[] weights,
	out double[] levelWeights
)

Parameters

rectList
Type: System.Collections.GenericIListRect

[Missing <param name="rectList"/> documentation for "M:OpenCvSharp.Cv2.GroupRectangles(System.Collections.Generic.IList{OpenCvSharp.Rect},System.Int32,System.Double,System.Int32[]@,System.Double[]@)"]

groupThreshold
Type: SystemInt32

[Missing <param name="groupThreshold"/> documentation for "M:OpenCvSharp.Cv2.GroupRectangles(System.Collections.Generic.IList{OpenCvSharp.Rect},System.Int32,System.Double,System.Int32[]@,System.Double[]@)"]

eps
Type: SystemDouble

[Missing <param name="eps"/> documentation for "M:OpenCvSharp.Cv2.GroupRectangles(System.Collections.Generic.IList{OpenCvSharp.Rect},System.Int32,System.Double,System.Int32[]@,System.Double[]@)"]

weights
Type: SystemInt32

[Missing <param name="weights"/> documentation for "M:OpenCvSharp.Cv2.GroupRectangles(System.Collections.Generic.IList{OpenCvSharp.Rect},System.Int32,System.Double,System.Int32[]@,System.Double[]@)"]

levelWeights
Type: SystemDouble

[Missing <param name="levelWeights"/> documentation for "M:OpenCvSharp.Cv2.GroupRectangles(System.Collections.Generic.IList{OpenCvSharp.Rect},System.Int32,System.Double,System.Int32[]@,System.Double[]@)"]

See Also