NativeMethodsimgproc_convexHull_Point_ReturnsPoints Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.CPlusPlus.Point[],System.Int32,System.IntPtr@,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_convexHull_Point_ReturnsPoints(
	Point[] points,
	int pointsLength,
	out IntPtr hull,
	int clockwise
)

Parameters

points
Type: OpenCvSharp.CPlusPlusPoint

[Missing <param name="points"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.CPlusPlus.Point[],System.Int32,System.IntPtr@,System.Int32)"]

pointsLength
Type: SystemInt32

[Missing <param name="pointsLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.CPlusPlus.Point[],System.Int32,System.IntPtr@,System.Int32)"]

hull
Type: SystemIntPtr

[Missing <param name="hull"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.CPlusPlus.Point[],System.Int32,System.IntPtr@,System.Int32)"]

clockwise
Type: SystemInt32

[Missing <param name="clockwise"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_convexHull_Point_ReturnsPoints(OpenCvSharp.CPlusPlus.Point[],System.Int32,System.IntPtr@,System.Int32)"]

See Also

Reference