Click or drag to resize

NativeMethodsimgproc_convexHull_Point_ReturnsPoints 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_Point_ReturnsPoints(
	Point[] points,
	int pointsLength,
	out IntPtr hull,
	int clockwise
)

Parameters

points
Type: OpenCvSharpPoint
pointsLength
Type: SystemInt32
hull
Type: SystemIntPtr
clockwise
Type: SystemInt32
See Also