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: 3.2.0.2682 (3.2.0.2682)
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