Catalano.Math.Geometry
Interface IShapeOptimizer
-
- All Known Implementing Classes:
- DiscreteCurveEvolution, FlatAnglesOptimizer, RamerDouglasPeucker
public interface IShapeOptimizerInterface for shape optimizing algorithms.The shape optimizing algorithms can be useful in conjunction with such algorithms like convex hull searching, which usually may provide many hull points, where some of them are insignificant and could be removed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<IntPoint>OptimizeShape(java.util.List<IntPoint> shape)Optimize specified shape.
-
DataMelt 3.0 © DataMelt by jWork.ORG