NativeMethodscvConvexityDefects Method OpenCvSharp Class Library

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

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

public static IntPtr cvConvexityDefects(
	IntPtr contour,
	IntPtr convexhull,
	IntPtr storage
)

Parameters

contour
Type: SystemIntPtr

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

convexhull
Type: SystemIntPtr

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

storage
Type: SystemIntPtr

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

Return Value

Type: IntPtr

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

See Also

Reference