Cv2GroupRectanglesMeanshift Method OpenCvSharp Class Library

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

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

foundWeights
Type: SystemDouble

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

foundScales
Type: SystemDouble

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

detectThreshold (Optional)
Type: SystemDouble

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

winDetSize (Optional)
Type: SystemNullableSize

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

See Also

Reference