|
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; }
Public Property MaxDistanceToMerge As Single
Get
Set
Request Example
View SourceProperty Value
Type:
SingleRemarks 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