Click or drag to resize
Accord.NET (logo)

MatchingTracker Properties

The MatchingTracker 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 propertyRegistrationThreshold
Gets or sets at which similarity threshold the currently tracked object should be re-registered as the new template to look for. This can help track slowly changing objects. Default is 0.99.
Public propertySearchWindow
Gets or sets the current search window.
Public propertyTemplate
Gets or sets the template being chased by the tracker.
Public propertyThreshold
Gets or sets the similarity threshold to determine when the object has been lost. Default is 0.95.
Public propertyTrackingObject
Gets the current location of the object being tracked.
Top
See Also