Abstract
Detecting location-correlated groups in point sets is an important task in a wide variety of applications areas. In addition to merely detecting such groups, the group’s shape carries meaning as well. In this paper, we represent a group’s shape using a simple geometric object, a line segment. Specifically, given a radius r, we say a line segment is representative of a point set P of n points if it is within distance r of each point p ∈ P. We aim to find the shortest such line segment. This problem is equivalent to stabbing a set of circles of radius r using the shortest line segment. We describe an algorithm to find the shortest representative segment in O(n log h + h log3 h) time, where h is the size of the convex hull of P. Additionally, we show how to maintain a stable approximation of the shortest representative segment when the points in P move.
Original language | English |
---|---|
Title of host publication | 49th International Symposium on Mathematical Foundations of Computer Science, MFCS 2024 |
Editors | Rastislav Kralovic, Antonin Kucera |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
Number of pages | 18 |
ISBN (Electronic) | 9783959773355 |
DOIs | |
Publication status | Published - Aug 2024 |
Event | 49th International Symposium on Mathematical Foundations of Computer Science, MFCS 2024 - Bratislava, Slovakia Duration: 26 Aug 2024 → 30 Aug 2024 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 306 |
ISSN (Print) | 1868-8969 |
Conference
Conference | 49th International Symposium on Mathematical Foundations of Computer Science, MFCS 2024 |
---|---|
Country/Territory | Slovakia |
City | Bratislava |
Period | 26/08/24 → 30/08/24 |
Bibliographical note
Publisher Copyright:© Nathan van Beusekom, Marc van Kreveld, Max van Mulken, Marcel Roeloffzen, Bettina Speckmann, and Jules Wulms.
Keywords
- Rotating calipers
- Shape descriptor
- Stabbing