Click or drag to resize

NativeMethodsimgproc_arcLength_InputArray Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static double imgproc_arcLength_InputArray(
	IntPtr curve,
	int closed
)

Parameters

curve
Type: SystemIntPtr
closed
Type: SystemInt32

Return Value

Type: Double
See Also