Efficient Range Reporting of Convex Hull
Jatin Agarwal, Nadeem Moidu, Kishore Kothapalli, Kannan Srinathan

TL;DR
This paper introduces efficient data structures for orthogonal range queries to report convex hull points, count hull points, and compute hull area and perimeter, significantly improving query times over previous methods.
Contribution
The paper presents a new data structure with $O(n \,\log^{2} n)$ space that supports faster orthogonal range queries for convex hull reporting, counting, and geometric measurements.
Findings
Supports convex hull point reporting in $O(\,\log^{3} n + h)$ time
Enables counting hull points in $O(\,\log^{3} n)$ time
Computes hull area and perimeter in $O(\,\log^{3} n)$ time
Abstract
We consider the problem of reporting convex hull points in an orthogonal range query in two dimensions. Formally, let be a set of points in . A point lies on the convex hull of a point set if it lies on the boundary of the minimum convex polygon formed by . In this paper, we are interested in finding the points that lie on the boundary of the convex hull of the points in that also fall with in an orthogonal range. We propose a space data structure that can support reporting points on a convex hull inside an orthogonal range query, in time . Here is the size of the output. This work improves the result of (Brass et al. 2013) \cite{brass} that builds a data structure that uses space and has a query time. Additionally, we show that our data…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Robotics and Sensor-Based Localization · Advanced Image and Video Retrieval Techniques
