Click or drag to resize
Accord.NET (logo)

ClosePointsMergingOptimizerOptimizeShape Method

Optimize specified shape.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public List<IntPoint> OptimizeShape(
	List<IntPoint> shape
)
Request Example View Source

Parameters

shape
Type: System.Collections.GenericListIntPoint
Shape to be optimized.

Return Value

Type: ListIntPoint
Returns final optimized shape, which may have reduced amount of points.

Implements

IShapeOptimizerOptimizeShape(ListIntPoint)
See Also