Sciweavers

IJFCS
2002

The Delaunay Hierarchy

13 years 4 months ago
The Delaunay Hierarchy
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, small memory occupation and the possibility of fully dynamic insertions and deletions. 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 level below. Point location is done by walking in a triangulation to determine the nearest neighbor of the query at that level, then the walk restarts from that neighbor at the level below. Using a small subset (3%) to sample a level allows a small memory occupation; the walk and the use of the nearest neighbor to change levels quickly locate the query.
Olivier Devillers
Added 22 Dec 2010
Updated 22 Dec 2010
Type Journal
Year 2002
Where IJFCS
Authors Olivier Devillers
Comments (0)