Click or drag to resize

NativeMethodsobjdetect_groupRectangles4 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void objdetect_groupRectangles4(
	IntPtr rectList,
	IntPtr rejectLevels,
	IntPtr levelWeights,
	int groupThreshold,
	double eps
)

Parameters

rectList
Type: SystemIntPtr
rejectLevels
Type: SystemIntPtr
levelWeights
Type: SystemIntPtr
groupThreshold
Type: SystemInt32
eps
Type: SystemDouble
See Also