Initializes a new instance of the ClosePointsMergingOptimizer class.

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

Syntax

C#
public ClosePointsMergingOptimizer(
	float maxDistanceToMerge
)

Parameters

maxDistanceToMerge
Type: System..::.Single
Maximum allowed distance between points, which are merged during optimization (see MaxDistanceToMerge).

See Also