Cv2GroupRectangles Method (IListRect, Int32, Double, Int32, Double) OpenCvSharp Class Library
Groups the object candidate rectangles.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.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.CPlusPlus.Cv2.GroupRectangles(System.Collections.Generic.IList{OpenCvSharp.CPlusPlus.Rect},System.Int32,System.Double,System.Int32[]@,System.Double[]@)"]

groupThreshold
Type: SystemInt32

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

eps
Type: SystemDouble

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

weights
Type: SystemInt32

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

levelWeights
Type: SystemDouble

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

See Also

Reference