CvBlobCalcCentroid Method OpenCvSharp Class Library
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.0 (1.0.0.0)
Syntax

public CvPoint2D64f CalcCentroid()

Return Value

Type: CvPoint2D64f
Centroid.
See Also

Reference