Click or drag to resize
Accord.NET (logo)

BlobCenterOfGravity Property

Blob's center of gravity point.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Point CenterOfGravity { get; }
Request Example View Source

Property Value

Type: Point
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