CvBlobLibContourChainCodePerimeter Method OpenCvSharp Class Library
Calculates perimeter of a chain code contour.

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

public static double ContourChainCodePerimeter(
	CvContourChainCode cc
)

Parameters

cc
Type: OpenCvSharp.BlobCvContourChainCode
Contour (chain code type).

Return Value

Type: Double
Perimeter of the contour.
See Also

Reference