Click or drag to resize

HOGDescriptorGroupRectangles Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void GroupRectangles(
	out Rect[] rectList,
	out double[] weights,
	int groupThreshold,
	double eps
)

Parameters

rectList
Type: OpenCvSharpRect
weights
Type: SystemDouble
groupThreshold
Type: SystemInt32
eps
Type: SystemDouble
See Also