存在矩形障碍物时的最远点 Voronoi 图
计算几何
2022-03-08 v1
摘要
我们提出一种算法,用于计算平面中存在 个矩形障碍物时 个点站的测地 最远点 Voronoi 图。其构建时间为 ,使用 空间。这是首个在存在障碍物情况下构建最远点 Voronoi 图的最优算法。我们可以在相同构建时间和空间下构建一种数据结构,以 时间回答最远邻查询。
引用
@article{arxiv.2203.03198,
title = {Farthest-point Voronoi diagrams in the presence of rectangular obstacles},
author = {Mincheol Kim and Chanyang Seo and Taehoon Ahn and Hee-Kap Ahn},
journal= {arXiv preprint arXiv:2203.03198},
year = {2022}
}