Click or drag to resize
Accord.NET (logo)

MatchingTrackerRegistrationThreshold Property

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.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public double RegistrationThreshold { get; set; }
Request Example View Source

Property Value

Type: Double
See Also