NativeMethodscvArcLength Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvArcLength(System.IntPtr,OpenCvSharp.CvSlice,System.Int32)"]

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

public static double cvArcLength(
	IntPtr curve,
	CvSlice slice,
	int is_closed
)

Parameters

curve
Type: SystemIntPtr

[Missing <param name="curve"/> documentation for "M:OpenCvSharp.NativeMethods.cvArcLength(System.IntPtr,OpenCvSharp.CvSlice,System.Int32)"]

slice
Type: OpenCvSharpCvSlice

[Missing <param name="slice"/> documentation for "M:OpenCvSharp.NativeMethods.cvArcLength(System.IntPtr,OpenCvSharp.CvSlice,System.Int32)"]

is_closed
Type: SystemInt32

[Missing <param name="is_closed"/> documentation for "M:OpenCvSharp.NativeMethods.cvArcLength(System.IntPtr,OpenCvSharp.CvSlice,System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvArcLength(System.IntPtr,OpenCvSharp.CvSlice,System.Int32)"]

See Also

Reference