|
IShapeOptimizerOptimizeShape Method
|
Optimize specified shape.
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax List<IntPoint> OptimizeShape(
List<IntPoint> shape
)
Function OptimizeShape (
shape As List(Of IntPoint)
) As List(Of IntPoint)
Request Example
View SourceParameters
- shape
- Type: System.Collections.GenericListIntPoint
Shape to be optimized.
Return Value
Type:
ListIntPointReturns final optimized shape, which may have reduced amount of points.
See Also