NativeMethodsimgproc_approxPolyDP_Point Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_approxPolyDP_Point( Point[] curve, int curveLength, out IntPtr approxCurve, double epsilon, int closed )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_approxPolyDP_Point ( curve As Point(), curveLength As Integer, <OutAttribute> ByRef approxCurve As IntPtr, epsilon As Double, closed As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_approxPolyDP_Point( array<Point>^ curve, int curveLength, [OutAttribute] IntPtr% approxCurve, double epsilon, int closed )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_approxPolyDP_Point : curve : Point[] * curveLength : int * approxCurve : IntPtr byref * epsilon : float * closed : int -> unit
OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point = function(curve, curveLength, approxCurve, epsilon, closed);