Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public static void GroupRectangles( IList<Rect> rectList, out int[] rejectLevels, out double[] levelWeights, int groupThreshold, double eps = 0.2 )
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)"]
- rejectLevels
- Type: SystemInt32
[Missing <param name="rejectLevels"/> 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)"]
- 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 (Optional)
- 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)"]