NativeMethodsimgproc_arcLength_Point2f Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_arcLength_Point2f( Point2f[] curve, int curveLength, int closed, out double returnValue )
Public Shared Function imgproc_arcLength_Point2f ( curve As Point2f(), curveLength As Integer, closed As Integer, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_arcLength_Point2f( array<Point2f>^ curve, int curveLength, int closed, [OutAttribute] double% returnValue )
static member imgproc_arcLength_Point2f : curve : Point2f[] * curveLength : int * closed : int * returnValue : float byref -> ExceptionStatus
[Missing <param name="curve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32,System.Double@)"]
[Missing <param name="curveLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32,System.Double@)"]
[Missing <param name="closed"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32,System.Double@)"]