2020
DOI: 10.1016/j.cam.2019.06.014
|View full text |Cite
|
Sign up to set email alerts
|

A filtering technique for fast Convex Hull construction in R2

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

2021
2021
2025
2025

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 15 publications
(12 citation statements)
references
References 20 publications
0
12
0
Order By: Relevance
“…And the near convex hull is proposed in [32] which is quickly formed by merely determining several special locations and has much lower computational complexity. A new filtering method for the convex hull in two dimensions is proposed for accelerating the computation of the convex hull [33].…”
Section: Convex Hull Methods In Cloud and Green Computingmentioning
confidence: 99%
“…And the near convex hull is proposed in [32] which is quickly formed by merely determining several special locations and has much lower computational complexity. A new filtering method for the convex hull in two dimensions is proposed for accelerating the computation of the convex hull [33].…”
Section: Convex Hull Methods In Cloud and Green Computingmentioning
confidence: 99%
“…The TORCH algorithm, depends on sorting of the data points on a Cartesian basis at first, which limits it to O(n log n), however a significant improvement in the running time over Quickhull, was claimed for large dataset, due to a use of efficient heuristics steps towards a shape at the goal of the hull. Several recent work are a variant of the approach towards incrementing an initial polygon to the target convex hull on sorted planar dataset [14,15,16].…”
Section: Related Workmentioning
confidence: 99%
“…The incremental approaches [6,14,15,16] apply on a sorted dataset, and ensures the best-case running time of the quickhull algorithm. A largest possible bounding polygon, with vertices from the pointset is used to reject points interior to early in the further computation.…”
Section: Comparison With the State-of-the-art Of The Incremental Appr...mentioning
confidence: 99%
“…The Graham scan algorithm is a straightforward and efficient convex hull algorithm (Ferrada et al, 2020), the general concept of which is to remove points that are not part of the convex hull. Given a point cloud set S, the point p 0 is obtained from S with the minimum y-coordinate, and the points are then sorted counterclockwise.…”
Section: Modified Graham Scan Algorithmmentioning
confidence: 99%