作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程

• 图形图像处理 • 上一篇    下一篇

基于自适应空间球的k 最近邻域快速搜索算法

杨 军,林岩龙,王小鹏,张瑞峰   

  1. (兰州交通大学电子与信息工程学院,兰州730070)
  • 收稿日期:2013-10-11 出版日期:2014-10-15 发布日期:2014-10-13
  • 作者简介:杨 军(1973 - ),男,教授、博士,主研方向:计算机图形学,虚拟现实,数字图像处理;林岩龙,硕士研究生;王小鹏,教授、 博士;张瑞峰,硕士研究生。
  • 基金资助:
    国家自然科学基金资助项目(61261029);中国博士后科学基金资助面上项目(2013M542396);甘肃省自然科学基金资助项目 (1208RJZA243);陇原青年创新人才扶持计划基金资助项目(201182)。

Fast Algorithm for k-nearest Neighbor Serch Based on Adaptive Spatial Sphere

YANG Jun,LIN Yan-long,WANG Xiao-peng,ZHANG Rui-feng   

  1. (School of Electronic & Information Engineering,Lanzhou Jiaotong University,Lanzhou 730070,China)
  • Received:2013-10-11 Online:2014-10-15 Published:2014-10-13

摘要: 利用空间球搜索大规模点云数据k 邻域存在速率慢和稳定性差的问题,为此,提出一种新的k 邻域快速搜索算法。利用与k 无关的分块策略对点云进行分块,使用候选点所在子块内采样点的近似密度自适应确定候选点的初始动态球半径,应用动态球的外切立方体搜索k 邻域候选点。当候选点数目不满足要求或搜索不成功时,采用候选点动态球外切立方体的外接球扩大搜索范围。实验结果表明,与已有算法相比,该算法的k 邻域搜索效率明显提高,而且当子块内预设点数变化、采样密度提高时具有较强稳定性,自动化程度较高。

关键词: k 最近邻域, 曲面重建, 点变化云, 空间球, 分块策略, 候选点

Abstract: To solve the problem of low efficiency and weak stability in searching k-nearest neighbor of large-scale scattered point cloud by using sphere space,a fast algorithm for finding k-nearest neighbor is presented. Point cloud data is divided into different sub-space by using partition strategy without considering k. The radius of the initial dynamic sphere is determined adaptively based on the approximate density of sampling points in a sub-space. The k-nearest candidate points are searched by the circumscribed cube of a dynamic sphere. When the number of k-nearest candidate points does not meet the requirement,or the search fails,the expanding extent is ensured by a circumsphere of the circumscribed cube. Experimental results show that the proposed method obtains not only a better performance and automation than the existing algorithms,but also a quite stability for the anticipated point number of the sub-space and sampling density.

Key words: k-nearest neighbor, surface reconstruction, point cloud, spatial sphere, partition strategy, candidate point

中图分类号: