Click or drag to resize
Accord.NET (logo)

ClosePointsMergingOptimizerMaxDistanceToMerge Property

Maximum allowed distance between points, which are merged during optimization, [0, ∞).

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float MaxDistanceToMerge { get; set; }
Request Example View Source

Property Value

Type: Single
Remarks

The property sets maximum allowed distance between two points of a shape, which are replaced by single point with mean coordinates.

Default value is set to 10.

See Also