NativeMethodsimgproc_convexityDefects_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_convexityDefects_InputArray( IntPtr contour, IntPtr convexHull, IntPtr convexityDefects )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_convexityDefects_InputArray ( contour As IntPtr, convexHull As IntPtr, convexityDefects As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_convexityDefects_InputArray( IntPtr contour, IntPtr convexHull, IntPtr convexityDefects )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_convexityDefects_InputArray : contour : IntPtr * convexHull : IntPtr * convexityDefects : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_convexityDefects_InputArray = function(contour, convexHull, convexityDefects);