NativeMethods.imgproc_convexHull_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_convexHull_InputArray( IntPtr points, IntPtr hull, int clockwise, int returnPoints )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_convexHull_InputArray ( points As IntPtr, hull As IntPtr, clockwise As Integer, returnPoints As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_convexHull_InputArray( IntPtr points, IntPtr hull, int clockwise, int returnPoints )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_convexHull_InputArray : points : IntPtr * hull : IntPtr * clockwise : int * returnPoints : int -> unit
OpenCvSharp.NativeMethods.imgproc_convexHull_InputArray = function(points, hull, clockwise, returnPoints);