CvBlobLibContourPolygonCircularity Method OpenCvSharp Class Library
Calculates the circularity of a polygon (compactness measure).

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

public static double ContourPolygonCircularity(
	CvContourPolygon polygon
)

Parameters

polygon
Type: OpenCvSharp.BlobCvContourPolygon
Contour (polygon type).

Return Value

Type: Double
Circularity: a non-negative value, where 0 correspond with a circumference.
See Also

Reference