|
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; }
<BrowsableAttribute(false)>
Public ReadOnly Property Tracker As IObjectTracker
Get
Request Example
View SourceProperty Value
Type:
IObjectTrackerThe active object tracker.
See Also