Home > Research > Line Simplification
When displaying maps, we frequently want to simplify the representation of linear features. There are many algorithms for simplification in the literature, but most have the potential for introducing intersections or topological changes in the data. The above applet uses an algorithm that runs in O(n log n) time, and does not introduce any intersections or topological changes.
The above applet simplifies polylines by representing safe sets by a single segment. The safe sets are identified using the greedy cone method described in "Safe Sets for Line Simplification". The dark blue line is the simplification of the light blue line. The vertices are drawn in red, the Delaunay triangulation is orange, and the Voronoi windows are green.
This material is based upon work supported by the National Science
Foundation under Grant No. 9988742.