Click or drag to resize

CvBlobCalcCentroid Method

Calculates centroid. Centroid will be returned and stored in the blob structure. (cvCentroid)

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
public Point2d CalcCentroid()

Return Value

Type: Point2d
Centroid.
See Also