Click or drag to resize

NativeMethodsimgproc_convexHull_Point_ReturnsIndices Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_convexHull_Point_ReturnsIndices(
	Point[] points,
	int pointsLength,
	IntPtr hull,
	int clockwise
)

Parameters

points
Type: OpenCvSharpPoint

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

pointsLength
Type: SystemInt32

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

hull
Type: SystemIntPtr

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

clockwise
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsIndices(OpenCvSharp.Point[],System.Int32,System.IntPtr,System.Int32)"]

See Also