Click or drag to resize
Accord.NET (logo)

CorrelationMatchingDistanceMax Property

Gets or sets the maximum distance to consider points as correlated. Default is 0 (consider all points).

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

Property Value

Type: Double
See Also