Click or drag to resize
Accord.NET (logo)

KNearestNeighborMatchingTThreshold Property

Gets or sets a minimum relevance threshold used to find matching pairs. Default is 0.

Namespace:  Accord.Imaging
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