NativeMethodsimgproc_approxPolyDP_Point2f Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_approxPolyDP_Point2f( Point2f[] curve, int curveLength, out IntPtr approxCurve, double epsilon, int closed )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_approxPolyDP_Point2f ( curve As Point2f(), 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_Point2f( array<Point2f>^ curve, int curveLength, [OutAttribute] IntPtr% approxCurve, double epsilon, int closed )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_approxPolyDP_Point2f : curve : Point2f[] * curveLength : int * approxCurve : IntPtr byref * epsilon : float * closed : int -> unit
OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f = function(curve, curveLength, approxCurve, epsilon, closed);