Efficient convex hull algorithm for plane point set

ZHAO Jun,QU Shi-ru
DOI: https://doi.org/10.3778/j.issn.1002-8331.2009.01.016
2009-01-01
Abstract:An efficient algorithm for computing the convex hull of plane point set is proposed.Firstly,according to the extremity point of the point set,the point on the convex hull is restricted in four rectangles.By scanning the point in rectangles the point which is in evidence not on the convex hull is eliminated,and remain points can constitute a simple polygon.Then,the convexity-concavity of polygon’s vertex is recognized by the vertices sequence and all concavity vertexes are deleted.Lastly,a convex polygon is obtained and it is just the convex hull of the point set.Test results show the high efficiency and stability of this terse algorithm.
What problem does this paper attempt to address?