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