Click or drag to resize

Cv2GroupRectanglesMeanshift Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
foundWeights
Type: SystemDouble
foundScales
Type: SystemDouble
detectThreshold (Optional)
Type: SystemDouble
winDetSize (Optional)
Type: SystemNullableSize
See Also