首页 | 本学科首页   官方微博 | 高级检索  
     

基于网格中心点的点在多边形内的高效判定
引用本文:李静,王文成.基于网格中心点的点在多边形内的高效判定[J].软件学报,2012,23(9):2481-2488.
作者姓名:李静  王文成
作者单位:中国科学院软件研究所计算机科学国家重点实验室,北京,100190
基金项目:国家自然科学基金(60873182,60773026,60833007)
摘    要:提出一种基于均匀网格的点在多边形内的高效判定算法.它首先建立均匀网格,并从左至右依次计算每个网格单元中心点的位置属性.每个单元中心点的位置属性直接依据其左侧邻接单元已知位置属性的中心点快速获得.在判定点的位置时,确定被测点所在单元,并依据该单元中心点的位置属性判定被测点的位置属性.由于预处理和判定时均利用邻近点的已知位置属性来确定未知点位置属性,可以很好地进行局部化的计算.因此,新方法比现有方法快很多,并且其预处理时间复杂度也由同类网格算法的O(N3/2)下降为O(N).同时,新方法可以统一处理含有自相交及重叠边的非流形多边形.实验结果表明,相比于其他基于均匀网格的方法,新方法可将预处理的速度提高几倍,将判断计算的速度提高十几到几十倍.其速度甚至优于具有该问题最低判定计算时间复杂度O(logN)的基于凸剖分的判定算法.

关 键 词:多边形  点包容性检测  网格  中心点
收稿时间:2010/5/31 0:00:00
修稿时间:2010/8/27 0:00:00

Point-in-Polygon Test Method Based on Center Points of Grid
LI Jing and WANG Wen-Cheng.Point-in-Polygon Test Method Based on Center Points of Grid[J].Journal of Software,2012,23(9):2481-2488.
Authors:LI Jing and WANG Wen-Cheng
Affiliation:(State Key Laboratory of Computer Science,Institute of Software,The Chinese Academy of Sciences,Beijing 100190,China)
Abstract:The paper proposes an efficient point-in-polygon test method based on uniform grids.In preprocessing,it constructs uniform grids and processes the center points in a sequence to determine whether they are inside the polygon,when the center points with known inclusion properties are used to quickly determine their adjacent center points.When performing an inclusion query,it first finds the cell that contains the query point and then produces a line segment from the query point to the cell’s center point and counts the edges crossed by the line segment for determination.As both the preprocessing and the inclusion tests make use of known information to determine the center points or query points,the computation can run locally for acceleration and the new method can run much faster than existing methods.In most cases,it can reduce the preprocessing time complexity from O(N3/2) to O(N) for the methods based on grids,where N is the number of the polygon edges.Meanwhile,the new method can efficiently treat the non-manifold polygons with self-intersection or overlapping edges.Experimental results show that compared with other similar methods based on uniform grids,the new algorithm can speed up the preprocessing by several times and the query computation by one or several dozens of times,and can move faster than the method by convex decomposition,which has the lowest complexity O(logN) for point-in-polygon tests.
Keywords:polygon  point-in-polygon test  grid  center point
本文献已被 CNKI 万方数据 等数据库收录!
点击此处可从《软件学报》浏览原始摘要信息
点击此处可从《软件学报》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号