Click or drag to resize

Cv2GroupRectanglesMeanshift Method

[Missing <summary> documentation for "M:OpenCvSharp.Cv2.GroupRectanglesMeanshift(System.Collections.Generic.IList{OpenCvSharp.Rect},System.Double[]@,System.Double[]@,System.Double,System.Nullable{OpenCvSharp.Size})"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void GroupRectanglesMeanshift(
	IList<Rect> rectList,
	out double[] foundWeights,
	out double[] foundScales,
	double detectThreshold = 0,
	Nullable<Size> winDetSize = null
)

Parameters

rectList
Type: System.Collections.GenericIListRect

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

foundWeights
Type: SystemDouble

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

foundScales
Type: SystemDouble

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

detectThreshold (Optional)
Type: SystemDouble

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

winDetSize (Optional)
Type: SystemNullableSize

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

See Also