English

Improved Dynamic Geodesic Nearest Neighbor Searching in a Simple Polygon

Computational Geometry 2018-03-18 v1

Abstract

We present an efficient dynamic data structure that supports geodesic nearest neighbor queries for a set SS of point sites in a static simple polygon PP. Our data structure allows us to insert a new site in SS, delete a site from SS, and ask for the site in SS closest to an arbitrary query point qPq \in P. All distances are measured using the geodesic distance, that is, the length of the shortest path that is completely contained in PP. Our data structure achieves polylogarithmic update and query times, and uses O(nlog3nlogm+m)O(n\log^3n\log m + m) space, where nn is the number of sites in SS and mm is the number of vertices in PP. The crucial ingredient in our data structure is an implicit representation of a vertical shallow cutting of the geodesic distance functions. We show that such an implicit representation exists, and that we can compute it efficiently.

Keywords

Cite

@article{arxiv.1803.05765,
  title  = {Improved Dynamic Geodesic Nearest Neighbor Searching in a Simple Polygon},
  author = {Pankaj K. Agarwal and Lars Arge and Frank Staals},
  journal= {arXiv preprint arXiv:1803.05765},
  year   = {2018}
}

Comments

full version of our SoCG 2018 paper. arXiv admin note: substantial text overlap with arXiv:1707.02961

R2 v1 2026-06-23T00:54:15.841Z