|
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; }
Public Property RegistrationThreshold As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also