Capturing the Shape of a Point Set with a Line-Segment

Nathan van Beusekom,Marc van Kreveld,Max van Mulken,Marcel Roeloffzen,Bettina Speckmann,Jules Wulms
2024-02-20
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 shape-representing of a point set $P$ if it is within Hausdorff distance $r$ of each point $p \in 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 shape-representing line-segment in $O(n \log h + h^2)$ time. The algorithm is loosely based on the rotating calipers algorithm.
Computational Geometry
What problem does this paper attempt to address?