Click or drag to resize

NativeMethodsobjdetect_groupRectangles_meanshift Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_groupRectangles_meanshift(
	IntPtr rectList,
	IntPtr foundWeights,
	IntPtr foundScales,
	double detectThreshold,
	Size winDetSize
)

Parameters

rectList
Type: SystemIntPtr

[Missing <param name="rectList"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

foundWeights
Type: SystemIntPtr

[Missing <param name="foundWeights"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

foundScales
Type: SystemIntPtr

[Missing <param name="foundScales"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

detectThreshold
Type: SystemDouble

[Missing <param name="detectThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

winDetSize
Type: OpenCvSharpSize

[Missing <param name="winDetSize"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.Size)"]

See Also