Click or drag to resize

NativeMethodsimgproc_convexHull_Point2f_ReturnsIndices 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_Point2f_ReturnsIndices(
	Point2f[] points,
	int pointsLength,
	out IntPtr hull,
	int clockwise
)

Parameters

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