Click or drag to resize
Accord.NET (logo)

IObjectTracker Interface

Object tracker interface.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public interface IObjectTracker
Request Example View Source

The IObjectTracker type exposes the following members.

Properties
  NameDescription
Public propertyExtract
Gets or sets a value indicating whether the tracker should extract the object image from the source. The extracted image should be stored in TrackingObject.
Public propertyTrackingObject
Gets the current location of the object being tracked.
Top
Methods
  NameDescription
Public methodProcessFrame
Process a new video frame.
Top
See Also