English

Computing Largest Subsets of Points Whose Convex Hulls have Bounded Area and Diameter

Computational Geometry 2025-07-08 v1

Abstract

We study the problem of computing a convex region with bounded area and diameter that contains the maximum number of points from a given point set PP. We show that this problem can be solved in O(n6k)O(n^6k) time and O(n3k)O(n^3k) space, where nn is the size of PP and kk is the maximum number of points in the found region. We experimentally compare this new algorithm with an existing algorithm that does the same but without the diameter constraint, which runs in O(n3k)O(n^3k) time. For the new algorithm, we use different diameters. We use both synthetic data and data from an application in cancer detection, which motivated our research.

Keywords

Cite

@article{arxiv.2507.04933,
  title  = {Computing Largest Subsets of Points Whose Convex Hulls have Bounded Area and Diameter},
  author = {Gianmarco Picarella and Marc van Kreveld and Frank Staals and Sjoerd de Vries},
  journal= {arXiv preprint arXiv:2507.04933},
  year   = {2025}
}

Comments

Full version of the upcoming ESA 2025 paper; 22 pages, 19 figures

R2 v1 2026-07-01T03:49:22.914Z