1991
DOI: 10.1016/0098-3004(91)90050-n
|View full text |Cite
|
Sign up to set email alerts
|

An ANSI C program to determine in expected linear time the vertices of the convex hull of a set of planar points

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
4
0

Year Published

1991
1991
2017
2017

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 13 publications
(4 citation statements)
references
References 9 publications
0
4
0
Order By: Relevance
“…The larger the data set, the greater the saving of time. Partitioning points in this manner runs in linear time, or O(N), for a uniform distribution of points, but in O(N 2, for the worst possible case (Larkin 1991). Similar data structures are also used to store the centroids of triangles for quick search of triangles whose circumcircles enclose the inserted point or which intersect a constraint segment.…”
Section: A Complete Convex Hull Insertion Algorithmmentioning
confidence: 99%
See 2 more Smart Citations
“…The larger the data set, the greater the saving of time. Partitioning points in this manner runs in linear time, or O(N), for a uniform distribution of points, but in O(N 2, for the worst possible case (Larkin 1991). Similar data structures are also used to store the centroids of triangles for quick search of triangles whose circumcircles enclose the inserted point or which intersect a constraint segment.…”
Section: A Complete Convex Hull Insertion Algorithmmentioning
confidence: 99%
“…Thus it is preferred in runtime programmes to leave the points unsorted such that these indices point to correct points while partitioning them into cells. A faster alternative is to create a one-dimensional array to store the index of the first point in each cell, then store along with each point the index of next point lying in the same cell (Larkin 1991). Figure 9 shows the partitioning cell structures of a simplified data set containing 12 points.…”
Section: A Complete Convex Hull Insertion Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…The initial triangulation can be obtained in a number of ways. The approach adopted here is to produce a Delaunay triangulation of those points which define the convex hull of the points to be triangulated, Algorithms for constructing the convex hull of a set of points and computing the Delaunay triangulation of a convex polygon are given by Larkin (1991) and Derijver and Maybank (1982) respectively.…”
Section: Ground Surfnce Triangulationmentioning
confidence: 99%