NativeMethodsimgproc_arcLength_Point Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double imgproc_arcLength_Point( Point[] curve, int curveLength, int closed )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_arcLength_Point ( curve As Point(), curveLength As Integer, closed As Integer ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double imgproc_arcLength_Point( array<Point>^ curve, int curveLength, int closed )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_arcLength_Point : curve : Point[] * curveLength : int * closed : int -> float
OpenCvSharp.NativeMethods.imgproc_arcLength_Point = function(curve, curveLength, closed);