An Improved Algorithm and Implementation for Three-Dimensional Convex Hull
暂无分享,去创建一个
A novel and efficient approach for threedimensional convex hull was presented in the paper, comparing with the QuickHull method , the quadratic extremal-point was employed to construct the convex hull in the method, combined with "conflict map" (Conflict-Graph) of this bipartite graph structure to updated the topological relations between the points outside the convex hull and the current convex hull. This algorithm's time complexity is O (logr),the experimental results shows that the algorithm is more efficient when compared with the QuickHull method (the average execution time-consuming reduced by 20%).
[1] V. Klee. CONVEX POLYTOPES AND LINEAR PROGRAMMING. , 1964 .
[2] David P. Dobkin,et al. The quickhull algorithm for convex hulls , 1996, TOMS.
[3] B. Grünbaum. Measures of symmetry for convex sets , 1963 .