|
|
MatchingTracker Properties |
The MatchingTracker type exposes the following members.
| Name | Description | |
|---|---|---|
| Extract |
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.
| |
| RegistrationThreshold |
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.
| |
| SearchWindow |
Gets or sets the current search window.
| |
| Template |
Gets or sets the template being chased by the tracker.
| |
| Threshold |
Gets or sets the similarity threshold to
determine when the object has been lost.
Default is 0.95.
| |
| TrackingObject |
Gets the current location of the object being tracked.
|