Calculates a contour perimeter or a curve length.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- curve
- Type: System.Collections.GenericIEnumerablePoint2f
The input vector of 2D points. - closed
- Type: SystemBoolean
Indicates, whether the curve is closed or not.
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.ArcLength(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point2f},System.Boolean)"]
See Also