Author Login Editor-in-Chief Peer Review Editor Work Office Work

Computer Engineering ›› 2007, Vol. 33 ›› Issue (07): 70-72. doi: 10.3969/j.issn.1000-3428.2007.07.025

• Software Technology and Database • Previous Articles     Next Articles

Research and Improvement of Convex Hull Algorithm in Construction of Delaunay Triangulation

YUAN Han, LI Weibo, CHEN Tingting   

  1. (School of Computer Science and Engineering, Wuhan Institute of Technology, Wuhan 430073)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-04-05 Published:2007-04-05

对构建Delaunay三角网中凸壳算法的研究与改进

袁 翰,李伟波,陈婷婷   

  1. (武汉工程大学计算机科学与工程学院,武汉 430073)

Abstract: While infroducing the essential meaning and the data structure of TIN, this paper studies and improves the Graham algorithm which constructs the convex hull based on the plane discrete points, proposes one “slope-scan-line” method, and a programming algorithm is achieved also. Experimental results show that the method is easy to obtain and to understand. It is effective to build Delaunay TIN.

Key words: Delaunay triangulation, Triangulation irregular network (TIN), Convex hull

摘要: 在介绍Delaunay不规则三角网基本概念和TIN数据结构的基础上,主要对平面离散点构建凸壳的格雷厄姆算法进行了研究和改进,提出了一种“斜率扫描线法”,并进行了编程实现。实验表明改进后的算法实现简单,容易理解,对于D-TIN模型的生成行之有效。

关键词: Delaunay三角剖分, 不规则三角网, 凸壳