NativeMethodsimgproc_convexityDefects_Point2f Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_convexityDefects_Point2f( Point2f[] contour, int contourLength, int[] convexHull, int convexHullLength, out IntPtr convexityDefects )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_convexityDefects_Point2f ( contour As Point2f(), 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_Point2f( array<Point2f>^ contour, int contourLength, array<int>^ convexHull, int convexHullLength, [OutAttribute] IntPtr% convexityDefects )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_convexityDefects_Point2f : contour : Point2f[] * contourLength : int * convexHull : int[] * convexHullLength : int * convexityDefects : IntPtr byref -> unit
OpenCvSharp.NativeMethods.imgproc_convexityDefects_Point2f = function(contour, contourLength, convexHull, convexHullLength, convexityDefects);