Blob's center of gravity point.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Point CenterOfGravity { get; internal set; }

Remarks

The property keeps center of gravity point, which is calculated as mean value of X and Y coordinates of blob's points.

See Also