Click or drag to resize

NativeMethods.imgproc_convexHull_InputArray 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 imgproc_convexHull_InputArray(
	IntPtr points,
	IntPtr hull,
	int clockwise,
	int returnPoints
)

Parameters

points
Type: System.IntPtr
hull
Type: System.IntPtr
clockwise
Type: System.Int32
returnPoints
Type: System.Int32
See Also