An Improved Graham Algorithm for Determining the Convex Hull of Planar Points Set

WU Wen-zhou,LI Li-fan,WANG Jie-chen
DOI: https://doi.org/10.16251/j.cnki.1009-2307.2010.06.071
2010-01-01
Abstract:In this paper,an efficient algorithm for obtaining the minimum convex hull of planar point set was presented.By scanning the point set,the extreme points in four directions (the leftmost,the rightmost,the topmost and the bottommost) were found to construct the initial convex hull.Other points inside the initial convex hull were excluded during the following scanning.Then,the remaining points were divided into several groups and each group respectively generated its convex hull based on Graham Algorithm.At last,the final convex hull was acquired from the vertices of the generated sub-convex hulls by using Graham Algorithm.Test results showed that the presented algorithm could improve the implementing efficiency and have certain theoretical significance and practical value.
What problem does this paper attempt to address?