NativeMethodsimgproc_arcLength_Point2f Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double imgproc_arcLength_Point2f(
	Point2f[] curve,
	int curveLength,
	int closed
)

Parameters

curve
Type: OpenCvSharp.CPlusPlusPoint2f

[Missing <param name="curve"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.Int32)"]

curveLength
Type: SystemInt32

[Missing <param name="curveLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.Int32)"]

closed
Type: SystemInt32

[Missing <param name="closed"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_arcLength_Point2f(OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.Int32)"]

See Also

Reference