计算机应用 ›› 2011, Vol. 31 ›› Issue (04): 1050-1052.DOI: 10.3724/SP.J.1087.2011.01050

• 图形图像技术 • 上一篇    下一篇

点云模型上近似测地线的计算

杨斌1,范媛媛2,王继东1   

  1. 1. 滁州学院 计算机科学与技术系,安徽 滁州 239000
    2. 滁州学院 数学系,安徽 滁州 239000
  • 收稿日期:2010-09-16 修回日期:2010-11-22 发布日期:2011-04-08 出版日期:2011-04-01
  • 通讯作者: 杨斌
  • 作者简介:杨斌(1981-),男,安徽定远人,讲师,硕士,主要研究方向:计算机辅助几何设计、虚拟现实;
    范媛媛(1981-),女,安徽凤阳人,讲师,硕士,主要研究方向:计算机辅助几何设计、计算机图形学;
    王继东(1980-),男,安徽阜南人,讲师,硕士,主要研究方向:计算机图形学。
  • 基金资助:
    国家自然科学基金资助项目(60873058);安徽省教育厅自然科学基金资助项目(KJ2010B423;KJ2011Z284)

Computation of approximate geodesics on point cloud

Bin YANG1,Yuan-yuan FAN2,Ji-dong WANG1   

  1. 1. Department of Computer Science and Technology, Chuzhou University, Chuzhou Anhui 239000, China
    2. Department of Mathematics, Chuzhou University, Chuzhou Anhui 239000, China
  • Received:2010-09-16 Revised:2010-11-22 Online:2011-04-08 Published:2011-04-01
  • Contact: Bin YANG

摘要: 为了有效计算点云模型上任意两点间的近似测地线,将点云模型沿着直角坐标系中三坐标轴方向进行空间栅格划分后,建立表示点云模型的带权图,采用Dijkstra算法计算带权图上任意给定两点间的最短路径作为初始测地线;然后通过使能量函数最小化,用共轭梯度方法对初始测地线迭代优化,计算得到点云模型上任意给定两点间的近似测地线。该算法无需对点云模型进行网格化,无需对点云模型进行局部或全局的曲面重建,适合大规模点云模型上测地线的计算。

关键词: 点云, 测地线, Dijkstra算法, 能量函数最小化

Abstract: In order to compute approximate geodesic efficiently between two points on point cloud, a weighted graph was constructed by splitting point cloud along the Cartesian coordinate axes, thus initial approximate geodesic between any two given points could be computed out using Dijkstra's algorithm. Then the conjugate gradient method was adopted to minimize the energy function defined; finally, approximate geodesic could be obtained after some iterative steps. This proposed algorithm avoids meshing or reconstructing the point cloud to be local or global surface, and it is suitable for computing geodesic on large scale point cloud.

Key words: point cloud, geodesic, Dijkstra's algorithm, energy function minimization

中图分类号: