3.8 Proceedings Paper

Compressing Geodesic Information for Fast Point-to-Point Geodesic Distance Queries

期刊

PROCEEDINGS SIGGRAPH ASIA 2022
卷 -, 期 -, 页码 -

出版社

ASSOC COMPUTING MACHINERY
DOI: 10.1145/3550469.3555412

关键词

geodesics; meshes; separators; compression

向作者/读者索取更多资源

The paper proposes a novel method for compact storage of geodesic distance information and efficient point-to-point geodesic distance queries. It achieves this through a nested bisection of the mesh surface and compactly describing distances between mesh vertices and relevant subset of curves. The method provides a good tradeoff between database size, query runtime, and result accuracy.
Geodesic distances between pairs of points on a 3D mesh surface are a crucial ingredient of many geometry processing tasks, but are notoriously difficult to compute efficiently on demand. We propose a novel method for the compact storage of geodesic distance information, which enables answering point-to-point geodesic distance queries very efficiently. For a triangle mesh with.. vertices, if computing the geodesic distance to all vertices from a single source vertex costs O(f(n)) time, then we generate a database of size O(mn log n) in O(f(n) + m(3)n) root n time in a preprocessing stage, where.. is a constant that depends on the geometric complexity of the surface. We achieve this by computing a nested bisection of the mesh surface using separator curves and storing compactlydescribed functions approximating the distances between each mesh vertex and a small relevant subset of these curves. Using this database, the geodesic distance between two mesh vertices can then be approximated well by solving a small number of simple univariate minimization problems in O(m log n) worst case time and O(m) average case time. Our method provides an excellent tradeoff between the size of the database, query runtime, and accuracy of the result. It can be used to compress exact or approximate geodesic distances, e.g., those obtained by VTP (exact), fast DGG, fast marching, or the heat method (approximate) and is very efficient if f(n) = n, as for the fast DGG method.

作者

我是这篇论文的作者
点击您的名字以认领此论文并将其添加到您的个人资料中。

评论

主要评分

3.8
评分不足

次要评分

新颖性
-
重要性
-
科学严谨性
-
评价这篇论文

推荐

暂无数据
暂无数据