Click or drag to resize

CvContourPolygonCircularity Method

Calculates the circularity of a polygon (compactness measure).

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public double Circularity()

Return Value

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