Click or drag to resize

MatArcLength Method

Calculates a contour perimeter or a curve length. The input is 2D point set, represented by CV_32SC2 or CV_32FC2 matrix.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double ArcLength(
	bool closed
)

Parameters

closed
Type: SystemBoolean
Indicates, whether the curve is closed or not

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Mat.ArcLength(System.Boolean)"]

See Also