English

Improved Incremental Randomized Delaunay Triangulation

Computational Geometry 2007-05-23 v1

Abstract

We propose a new data structure to compute the Delaunay triangulation of a set of points in the plane. It combines good worst case complexity, fast behavior on real data, and small memory occupation. The location structure is organized into several levels. The lowest level just consists of the triangulation, then each level contains the triangulation of a small sample of the levels below. Point location is done by marching in a triangulation to determine the nearest neighbor of the query at that level, then the march restarts from that neighbor at the level below. Using a small sample (3%) allows a small memory occupation; the march and the use of the nearest neighbor to change levels quickly locate the query.

Keywords

Cite

@article{arxiv.cs/9907024,
  title  = {Improved Incremental Randomized Delaunay Triangulation},
  author = {Olivier Devillers},
  journal= {arXiv preprint arXiv:cs/9907024},
  year   = {2007}
}

Comments

19 pages, 7 figures Proc. 14th Annu. ACM Sympos. Comput. Geom., 106--115, 1998