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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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