English

Capturing the Shape of a Point Set with a Line Segment

Computational Geometry 2024-05-06 v2

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 rr, we say a line segment is representative of a point set PP if it is within distance rr of each point pPp \in P. We aim to find the shortest such line segment. This problem is equivalent to stabbing a set of circles of radius rr using the shortest line segment. We describe an algorithm to find the shortest representative segment in O(nlogh+hlog3h)O(n \log h + h \log^3 h) time. Additionally, we show how to maintain a stable approximation of the shortest representative segment when the points in PP move.

Keywords

Cite

@article{arxiv.2402.12285,
  title  = {Capturing the Shape of a Point Set with a Line Segment},
  author = {Nathan van Beusekom and Marc van Kreveld and Max van Mulken and Marcel Roeloffzen and Bettina Speckmann and Jules Wulms},
  journal= {arXiv preprint arXiv:2402.12285},
  year   = {2024}
}
R2 v1 2026-06-28T14:53:22.287Z