摘要
该文提出了一种针对散乱点集的快速构建Delaunay的算法。该算法首先对散乱点按有向角进行排序,以排序后的点顺序为基础,利用凸壳特性快速将散乱点联结成三角网,最后利用拓扑结构快速将其优化为Delaunay三角网。在联网过程中,充分利用有序点子集的凸壳特性,避免了所有的交点测试,从而保证了对散乱点集生成Delaunay三角网的效率。
The paper presents an algorithm of building Delaunay triangulation of scattered point set.Firstly all scattered points are stored in angle.Secondly the sorted points are added to triangular mesh which has created using convex hull technology.Finally triangular mesh is optimized into Delaunay triangulation using topological structures.In process of adding point to triangular mes.h,a few points should be test for the fully using the character of convex hull. Experimental results show that the method is robust and efficient in computation.
出处
《计算机工程与应用》
CSCD
北大核心
2006年第6期27-29,共3页
Computer Engineering and Applications
基金
国家863高技术研究发展计划资助项目(编号:2002AA135160)