Convex hull properties and algorithms |
| |
Authors: | Xianquan Zhang Jinhui Yu Lianyuan Jiang |
| |
Affiliation: | a Department of Computer Science, Guangxi Normal University, 15 YuCai Road, Guilin 541004, PR China b State Key Laboratory of CAD&CG, Zhejiang University, Hangzhou 310027, PR China |
| |
Abstract: | Convex hull (CH) is widely used in computer graphic, image processing, CAD/CAM, and pattern recognition. We investigate CH properties and derive new properties: (1) CH vertices’ coordinates monotonically increase or decrease, (2) The edge slopes monotonically decrease. Using these properties, we proposed two algorithms, i.e., CH algorithm for planar point set, and CH algorithm for two available CHs. The main ideas of the proposed algorithms are as follows. A planar point set is divided into several subsets by the extreme points, and vertices in these subsets are then separately calculated. During the computation, the CH properties are used to eliminate concave points. This can reduce the computational cost and then improves the speed. Our first algorithm can extract CH with O(nlogn) time, which is the lower bound of planar CH extraction, and the second algorithm can obtain CH with O(m+n) time at the worst case. |
| |
Keywords: | Convex hull Extreme points Point set Computational geometry |
本文献已被 ScienceDirect 等数据库收录! |
|