NativeMethodsimgproc_convexHull_Point_ReturnsPoints Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_convexHull_Point_ReturnsPoints( Point[] points, int pointsLength, out IntPtr hull, int clockwise )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_convexHull_Point_ReturnsPoints ( points As Point(), pointsLength As Integer, <OutAttribute> ByRef hull As IntPtr, clockwise As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_convexHull_Point_ReturnsPoints( array<Point>^ points, int pointsLength, [OutAttribute] IntPtr% hull, int clockwise )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_convexHull_Point_ReturnsPoints : points : Point[] * pointsLength : int * hull : IntPtr byref * clockwise : int -> unit
OpenCvSharp.NativeMethods.imgproc_convexHull_Point_ReturnsPoints = function(points, pointsLength, hull, clockwise);