A New Study of Compound Algorithm Based on Sweepline and Divide-and-conquer Algorithms for Constructing Delaunay Triangulation

RUI Yi-kang,WANG Jie-chen
DOI: https://doi.org/10.3321/j.issn:1001-1595.2007.03.020
2007-01-01
Abstract:As one of the most important DTM model,Delaunay triangulation is widely applied in manifold fields.A wide variety of algorithms have been proposed to construct Delaunay triangulation,such as divide-and-conquer,incremental insertion,trangulation growth,and so on.The compound algorithm is also researched to construct Delaunay triangulation,and prevalently it is mainly based on divide-and-conquer and incremental insertion algorithms.This paper simply reviews and assesses sweepline and divide-and-conquer algorithms,based on which a new compound algorithm is provided after studying the sweepline algorithm seriously.To start with,this new compound algorithm divides a set of points into several grid tiles with different dividing methods by divide-and-conquer algorithm,and then constructs subnet in each grid tile by sweepline algorithm.Finally these subnets are recursively merged into a whole Delaunay triangulation with a simplified efficient LOP algorithm.For topological structure is important to temporal and spatial efficiency of this algorithm,we only store data about vertex and triangle,thus edge is impliedly expressed by two adjacent triangles.In order to fit two subnets merging better,we optimize some data structure of sweepline algorithm.For instance,frontline and baseline of triangulation are combined to one line,and four pointers point to where maximum and minimum of x axis and y axis are in this outline.The test shows that this new compound algorithm has better efficiency,stability and robustness than divide-and-conquer and sweepline algorithms.Especially if we find the right dividing method reply to different circumstance,its superiority is remarkable.
What problem does this paper attempt to address?