Click or drag to resize

NativeMethods.objdetect_groupRectangles_meanshift 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_groupRectangles_meanshift(
	IntPtr rectList,
	IntPtr foundWeights,
	IntPtr foundScales,
	double detectThreshold,
	Size winDetSize
)

Parameters

rectList
Type: System.IntPtr
foundWeights
Type: System.IntPtr
foundScales
Type: System.IntPtr
detectThreshold
Type: System.Double
winDetSize
Type: OpenCvSharp.Size
See Also