Click or drag to resize

NativeMethodsimgproc_convexityDefects_Point2f Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_convexityDefects_Point2f(
	Point2f[] contour,
	int contourLength,
	int[] convexHull,
	int convexHullLength,
	IntPtr convexityDefects
)

Parameters

contour
Type: OpenCvSharpPoint2f

[Missing <param name="contour"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32[],System.Int32,System.IntPtr)"]

contourLength
Type: SystemInt32

[Missing <param name="contourLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32[],System.Int32,System.IntPtr)"]

convexHull
Type: SystemInt32

[Missing <param name="convexHull"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32[],System.Int32,System.IntPtr)"]

convexHullLength
Type: SystemInt32

[Missing <param name="convexHullLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32[],System.Int32,System.IntPtr)"]

convexityDefects
Type: SystemIntPtr

[Missing <param name="convexityDefects"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32[],System.Int32,System.IntPtr)"]

Return Value

Type: ExceptionStatus

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

See Also