Click or drag to resize
Accord.NET (logo)

HeadControllerTracker Property

Gets the IObjectTracker used to track the head object in the video stream.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public IObjectTracker Tracker { get; }
Request Example View Source

Property Value

Type: IObjectTracker
The active object tracker.
See Also