Dynamic Geodesic Nearest Neighbor Searching in a Simple Polygon

07/10/2017
by   Lars Arge, et al.
0

We present an efficient dynamic data structure that supports geodesic nearest neighbor queries for a set of point sites S in a static simple polygon P. Our data structure allows us to insert a new site in S, delete a site from S, and ask for the site in S closest to an arbitrary query point q ∈ P. All distances are measured using the geodesic distance, that is, the length of the shortest path that is completely contained in P. Our data structure supports queries in O(√(n) n^2 m) time, where n is the number of sites currently in S, and m is the number of vertices of P, and updates in O(√(n)^3 m) time. The space usage is O(n m + m). If only insertions are allowed, we can support queries in worst-case O(^2 n^2 m) time, while allowing for O( n^3 m) amortized time insertions. We can achieve the same running times in case there are both insertions and deletions, but the order of these operations is known in advance.

READ FULL TEXT
research
03/15/2018

Improved Dynamic Geodesic Nearest Neighbor Searching in a Simple Polygon

We present an efficient dynamic data structure that supports geodesic ne...
research
10/22/2018

Indexing Point Sets for Approximate Bottleneck Distance Queries

The bottleneck distance is a natural measure of the distance between tw...
research
09/24/2021

Dynamic Data Structures for k-Nearest Neighbor Queries

Our aim is to develop dynamic data structures that support k-nearest nei...
research
07/17/2019

Effcient logging and querying for Blockchain-based cross-site genomic dataset access audit

Background: Genomic data have been collected by different institutions a...
research
03/19/2022

On Practical Nearest Sub-Trajectory Queries under the Fréchet Distance

We study the problem of sub-trajectory nearest-neighbor queries on polyg...
research
10/21/2020

On Adaptive Distance Estimation

We provide a static data structure for distance estimation which support...
research
05/05/2018

On k Nearest Neighbor Queries in the Plane for General Distance Functions

We study k nearest neighbor queries in the plane for general (convex, pa...

Please sign up or login with your details

Forgot password? Click here to reset