NativeMethodsimgproc_convexityDefects_Point Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_convexityDefects_Point( Point[] contour, int contourLength, int[] convexHull, int convexHullLength, out IntPtr convexityDefects )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_convexityDefects_Point ( contour As Point(), contourLength As Integer, convexHull As Integer(), convexHullLength As Integer, <OutAttribute> ByRef convexityDefects As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_convexityDefects_Point( array<Point>^ contour, int contourLength, array<int>^ convexHull, int convexHullLength, [OutAttribute] IntPtr% convexityDefects )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_convexityDefects_Point : contour : Point[] * contourLength : int * convexHull : int[] * convexHullLength : int * convexityDefects : IntPtr byref -> unit
OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point = function(contour, contourLength, convexHull, convexHullLength, convexityDefects);