Click or drag to resize
Accord.NET (logo)

TrackingObject Constructor (IntPoint)

Constructs a new tracking object.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public TrackingObject(
	IntPoint center
)
Request Example View Source

Parameters

center
Type: AccordIntPoint
The center of gravity of the object.
See Also