NativeMethodsimgproc_approxPolyDP_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_approxPolyDP_InputArray( IntPtr curve, IntPtr approxCurve, double epsilon, int closed )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_approxPolyDP_InputArray ( curve As IntPtr, approxCurve As IntPtr, epsilon As Double, closed As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_approxPolyDP_InputArray( IntPtr curve, IntPtr approxCurve, double epsilon, int closed )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_approxPolyDP_InputArray : curve : IntPtr * approxCurve : IntPtr * epsilon : float * closed : int -> unit
OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray = function(curve, approxCurve, epsilon, closed);