1985
DOI: 10.1145/282918.282923
|View full text |Cite
|
Sign up to set email alerts
|

Primitives for the manipulation of general subdivisions and the computation of Voronoi

Abstract: The following problem is discussed: given n points in the plane (the sites) and an arbitrary query point q , find the site that is closest to q . This problem can be solved by constructing the Voronoi diagram of the griven sites and then locating the query point inone of its regions. Two algorithms are given, one that constructs the Voronoi diagram in O ( n log n ) tim… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
136
0
7

Year Published

1997
1997
2017
2017

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 1,009 publications
(143 citation statements)
references
References 4 publications
0
136
0
7
Order By: Relevance
“…Algorithms for computing the Delaunay triangulation of a point set include flipping, plane sweep, divide-and-conquer [10,11] in 2D space, in addition to, incremental and gift-wrapping [12] in 2D plus 3D space. For more details, readers are referred to citation [9].…”
Section: Explicit Methodsmentioning
confidence: 99%
“…Algorithms for computing the Delaunay triangulation of a point set include flipping, plane sweep, divide-and-conquer [10,11] in 2D space, in addition to, incremental and gift-wrapping [12] in 2D plus 3D space. For more details, readers are referred to citation [9].…”
Section: Explicit Methodsmentioning
confidence: 99%
“…In general, algorithms exist for meshing two-and three-dimensional domains in O(n log n) time with O(n) space for an n element mesh. In two dimensions, these algorithms are the Delauney triangulation via plane sweep and divide-andconquer (Fortune, 1987;Guibas and Stolfi, 1985). For three-dimensional domains, octree, advancing front, and Delauney techniques are available (Shephard and Georges, 1991;Löhner and Parikh, 1988;Watson, 1981).…”
Section: Profilingmentioning
confidence: 99%
“…Concerning its complexity, Delaunay triangulation can be computed in O(|V |log(|V |)) time [6,12,20]. The scanline algorithm can be implemented to find all the overlaps in O(l|V |(log|V | + l)) time [3], where l is the number of overlaps.…”
Section: A Proximity Stress Model For Node Overlap Removalmentioning
confidence: 99%