Click or drag to resize

CvInvokeGroupRectanglesMeanshift Method

http://www.emgu.com
Groups the object candidate rectangles.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void GroupRectanglesMeanshift(
	VectorOfRect rectList,
	VectorOfDouble foundWeights,
	VectorOfDouble foundScales,
	double detectThreshold,
	Size winDetSize
)

Parameters

rectList
Type: Emgu.CV.UtilVectorOfRect
Input/output vector of rectangles. Output vector includes retained and grouped rectangles.
foundWeights
Type: Emgu.CV.UtilVectorOfDouble
found weights
foundScales
Type: Emgu.CV.UtilVectorOfDouble
found scales
detectThreshold
Type: SystemDouble
detect threshold, use 0 for default
winDetSize
Type: System.DrawingSize
win det size, use (64, 128) for default
See Also