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

Namespace:  AForge.Math.Geometry
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float MaxDistanceToMerge { get; set; }

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