Click or drag to resize

CvInvokeArcLength Method

http://www.emgu.com
Calculates a contour perimeter or a curve length

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static double ArcLength(
	IInputArray curve,
	bool isClosed
)

Parameters

curve
Type: Emgu.CVIInputArray
Sequence or array of the curve points
isClosed
Type: SystemBoolean
Indicates whether the curve is closed or not.

Return Value

Type: Double
Contour perimeter or a curve length
See Also