Click or drag to resize
Accord.NET (logo)

MatchingTrackerThreshold Property

Gets or sets the similarity threshold to determine when the object has been lost. Default is 0.95.

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

Property Value

Type: Double
See Also