CvArrArcLength Method (CvSlice) OpenCvSharp Class Library
Calculates contour perimeter or curve length

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

public double ArcLength(
	CvSlice slice
)

Parameters

slice
Type: OpenCvSharpCvSlice
Starting and ending points of the curve, by default the whole curve length is calculated.

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CvArr.ArcLength(OpenCvSharp.CvSlice)"]

See Also

Reference