Click or drag to resize
Accord.NET (logo)

TrackingObjectCenter Property

Gets or sets the center of gravity of the object relative to the original image from where it has been extracted.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public IntPoint Center { get; set; }
Request Example View Source

Property Value

Type: IntPoint
See Also