期刊文献+

用最小回路求两个简单多边形的交、并、差集 被引量:7

Resolving intersection,union and difference of two simple polygons based on minimum circle
下载PDF
导出
摘要 针对求两个简单多边形交、并、差集问题,提出一种基于最小回路的新算法。首先,将初始多边形P和Q初始化为逆时针方向,并将两个多边形交点处的关联边排序。然后,从各个交点出发利用最小转角法搜索最小回路,并根据这些最小回路中包含P和Q边的方向性对它们进行分类。最终,不同类别的最小回路将对应P和Q的交、并、差集。算法的时间复杂度为O((n+m+k)logd),其中n、m分别是P和Q的顶点数,k是两多边形的交点数,d为将多边形分割的单调链数。算法几何意义明显,对于多边形布尔运算中的重合顶点、重合边等奇异情形,具有较好的适应性。 A new algorithm for Boolean operation of two simple polygons based on minimum circle was presented.Polygon P and Q were initialized to counter-clockwise direction,and the edges connecting to each intersection point of P and Q were arranged in sequential order.Then,all minimum circles were found using the minimum turning angle rule.These minimum circles were classified according to edges direction in P and Q.Intersection,union,and difference of the two polygons are corresponding to different kinds of minimum circles.The algorithm run in time O((n+m+k)log d) in a worst presented case,where n and m were the vertex numbers of the two polygons respectively,k was the numbers of intersection points,and d was the number of polygon's monotonic chain.The algorithm has explicit geometric significance,and well resolves the problems in special cases,such as overlapped edges,and operation edges intersection at the vertex of edges.
作者 赵军 刘荣珍
出处 《计算机应用》 CSCD 北大核心 2012年第11期3164-3167,共4页 journal of Computer Applications
基金 甘肃省自然科学基金项目资助项目(1107RJZA216) 国家自然科学基金资助项目(51165017)
关键词 多边形 顶点 最小回路 布尔运算 polygon vertex minimum circle Boolean
  • 相关文献

参考文献13

二级参考文献59

共引文献67

同被引文献56

引证文献7

二级引证文献8

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部