Click or drag to resize

NativeMethodsimgproc_arcLength_Point Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_arcLength_Point(
	Point[] curve,
	int curveLength,
	int closed,
	out double returnValue
)

Parameters

curve
Type: OpenCvSharpPoint

[Missing <param name="curve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]

curveLength
Type: SystemInt32

[Missing <param name="curveLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]

closed
Type: SystemInt32

[Missing <param name="closed"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_arcLength_Point(OpenCvSharp.Point[],System.Int32,System.Int32,System.Double@)"]

See Also