Efficient Range Reporting of Convex Hull

Abstract

We consider the problem of reporting convex hull points in an orthogonal range query in two dimensions. Formally, let P be a set of n points in R2. A point lies on the convex hull of a point set S if it lies on the boundary of the minimum convex polygon formed by S. In this paper, we are interested in finding the points that lie on the boundary of the convex hull of the points in P that also fall with in an orthogonal range[xlt,xrt]×[yb, yt]. We propose a O(n 2 n) space data structure that can support reporting points on a convex hull inside an orthogonal range query, in time O(3 n + h). Here h is the size of the output. This work improves the result of (Brass et al. 2013) brass that builds a data structure that uses O(n 2 n) space and has a O(5 n + h) query time. Additionally, we show that our data structure can be modified slightly to solve other related problems. For instance, for counting the number of points on the convex hull in an orthogonal query rectangle, we propose an O(n 2n) space data structure that can be queried upon in O(3 n) time. We also propose a O(n 2 n) space data structure that can compute the area and perimeter of the convex hull inside an orthogonal range query in O(3 n) time.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…