A Fast Algorithm of Delaunay Triangulation Generation Based on Collecting and Distributing Points

YUAN Zheng-wu,HOU Lin,PENG Jun-huan
DOI: https://doi.org/10.16251/j.cnki.1009-2307.2011.05.084
2011-01-01
Abstract:An algorithm for fast Delaunay triangulation generation was proposed in this paper.To solve the problem that the triangle which contains the given point is inefficient in the present Delaunay triangulation algorithm,a method of searching for the triangle which contains the given point by repeated collection and distribution of points was proposed.With the improvements in the data structure and realization,the algorithm took O(NlogN) time,where N is the input size.The whole algorithm had such characteristics as simple performance,taking up less memory and efficient operation.The algorithm would have wide applications.
What problem does this paper attempt to address?