Click or drag to resize

NativeMethodsimgproc_convexityDefects_InputArray Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_convexityDefects_InputArray(
	IntPtr contour,
	IntPtr convexHull,
	IntPtr convexityDefects
)

Parameters

contour
Type: SystemIntPtr

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

convexHull
Type: SystemIntPtr

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

convexityDefects
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also