中文

计算多边形域的 $L_1$ 测地直径与中心

计算几何 2016-11-11 v2 数据结构与算法

摘要

对于具有 hh 个孔且总共 nn 个顶点的多边形域,我们提出算法分别在 O(n2+h4)O(n^2+h^4) 时间和 O((n4+n2h4)α(n))O((n^4+n^2 h^4)\alpha(n)) 时间内计算 L1L_1 测地直径和 L1L_1 测地中心,其中 α()\alpha(\cdot) 表示反阿克曼函数。此前这些问题的算法未知。对于欧几里得对应问题,最佳算法在 O(n7.73)O(n^{7.73})O(n7(h+logn))O(n^7(h+\log n)) 时间内计算测地直径,在 O(n11logn)O(n^{11}\log n) 时间内计算测地中心。因此,我们的算法比欧几里得问题的算法显著更快。我们的算法基于多边形域中 L1L_1 最短路径的几个有趣观察。

关键词

引用

@article{arxiv.1512.07160,
  title  = {Computing the $L_1$ Geodesic Diameter and Center of a Polygonal Domain},
  author = {Sang Won Bae and Matias Korman and Joseph S. B. Mitchell and Yoshio Okamoto and Valentin Polishchuk and Haitao Wang},
  journal= {arXiv preprint arXiv:1512.07160},
  year   = {2016}
}

备注

Made a few cosmetic changes over the previous version; this version to appear in Discrete & Computational Geometry