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