中文
相关论文

相关论文: Polygon Queries for Convex Hulls of Points

200 篇论文

Extending results of Hershberger and Suri for the Euclidean plane, we show that ball hulls and ball intersections of sets of $n$ points in strictly convex normed planes can be constructed in $O(n \log n)$ time. In addition, we confirm that,…

度量几何 · 数学 2014-11-28 Pedro Martín , Horst Martini

Many classical algorithms are known for computing the convex hull of a set of $n$ point in $\mathbb{R}^2$ using $O(n)$ space. For large point sets, whose size exceeds the size of the working space, these algorithms cannot be directly used.…

计算几何 · 计算机科学 2018-10-02 Martin Farach-Colton , Meng Li , Meng-Tsung Tsai

We consider the problem of computing the time-convex hull of a point set under the general $L_p$ metric in the presence of a straight-line highway in the plane. The traveling speed along the highway is assumed to be faster than that off the…

计算几何 · 计算机科学 2013-05-01 Bang-Sin Dai , Mong-Jen Kao , D. T. Lee

We investigate several computational problems related to the stochastic convex hull (SCH). Given a stochastic dataset consisting of $n$ points in $\mathbb{R}^d$ each of which has an existence probability, a SCH refers to the convex hull of…

计算几何 · 计算机科学 2017-05-02 Jie Xue , Yuan Li , Ravi Janardan

We revisit a standard polygon containment problem: given a convex $k$-gon $P$ and a convex $n$-gon $Q$ in the plane, find a placement of $P$ inside $Q$ under translation and rotation (if it exists), or more generally, find the largest copy…

计算几何 · 计算机科学 2024-03-21 Timothy M. Chan , Isaac M. Hair

For a planar point set $P$, its convex hull is the smallest convex polygon that encloses all points in $P$. The construction of the convex hull from an array $I_P$ containing $P$ is a fundamental problem in computational geometry. By…

计算几何 · 计算机科学 2025-06-30 Ivor van der Hoog , Eva Rotenberg , Daniel Rutschmann

We present self-adjusting data structures for answering point location queries in convex and connected subdivisions. Let $n$ be the number of vertices in a convex or connected subdivision. Our structures use $O(n)$ space. For any convex…

计算几何 · 计算机科学 2018-10-02 Siu-Wing Cheng , Man-Kit Lau

Let $P$ be a crossing-free polygon and $\mathcal C$ a set of shortcuts, where each shortcut is a directed straight-line segment connecting two vertices of $P$. A shortcut hull of $P$ is another crossing-free polygon that encloses $P$ and…

计算几何 · 计算机科学 2021-06-28 Annika Bonerath , Jan-Henrik Haunert , Joseph S. B. Mitchell , Benjamin Niedermann

Let $\mathcal{P}$ be a set of $h$ pairwise-disjoint polygonal obstacles with a total of $n$ vertices in the plane. We consider the problem of building a data structure that can quickly compute an $L_1$ shortest obstacle-avoiding path…

计算几何 · 计算机科学 2014-03-17 Danny Z. Chen , Rajasekhar Inkulu , Haitao Wang

We envision programmable matter as a system of nano-scale agents (called particles) with very limited computational capabilities that move and compute collectively to achieve a desired goal. We use the geometric amoebot model as our…

分布式、并行与集群计算 · 计算机科学 2019-08-15 Joshua J. Daymude , Robert Gmyr , Kristian Hinnenthal , Irina Kostitsyna , Christian Scheideler , Andréa W. Richa

The polygon retrieval problem on points is the problem of preprocessing a set of $n$ points on the plane, so that given a polygon query, the subset of points lying inside it can be reported efficiently. It is of great interest in areas such…

Constant workspace algorithms use a constant number of words in addition to the read-only input to the algorithm. In this paper, we devise algorithms to efficiently compute relative hulls in the plane using a constant workspace.…

计算几何 · 计算机科学 2025-09-30 Himanshu Chhabra , R. Inkulu

Convex hull data structures are fundamental in computational geometry. We study insertion-only data structures, supporting various containment and intersection queries. When $P$ is sorted by $x$- or $y$-coordinate, convex hulls can be…

计算几何 · 计算机科学 2025-08-26 Ivor van der Hoog , Henrik Reinstädtler , Eva Rotenberg

We consider geometric problems on planar $n^2$-point sets in the congested clique model. Initially, each node in the $n$-clique network holds a batch of $n$ distinct points in the Euclidean plane given by $O(\log n)$-bit coordinates. In…

分布式、并行与集群计算 · 计算机科学 2023-11-28 Jesper Jansson , Christos Levcopoulos , Andrzej Lingas , Valentin Polishchuk

In the preprocessing framework one is given a set of regions that one is allowed to preprocess to create some auxiliary structure such that when a realization of these regions is given, consisting of one point per region, this auxiliary…

计算几何 · 计算机科学 2026-02-02 Maarten Löffler , Benjamin Raichel

Convex hulls are a fundamental geometric tool used in a number of algorithms. As a side-effect of exhaustive tests for an algorithm for which a convex hull computation was the first step, interesting experimental results were found and are…

计算几何 · 计算机科学 2013-04-10 Jean Souviron

Convex hulls are fundamental objects in computational geometry. In moderate dimensions or for large numbers of vertices, computing the convex hull can be impractical due to the computational complexity of convex hull algorithms. In this…

计算几何 · 计算机科学 2017-06-16 Robert Graham , Adam M. Oberman

Modern tracking technology has made the collection of large numbers of densely sampled trajectories of moving objects widely available. We consider a fundamental problem encountered when analysing such data: Given $n$ polygonal curves $S$…

计算几何 · 计算机科学 2017-07-18 Peyman Afshani , Anne Driemel

The convex hull of N independent random points chosen on the boundary of a simple polytope in R^n is investigated. Asymptotic formulas for the expected number of vertices and facets, and for the expectation of the volume difference are…

概率论 · 数学 2022-01-11 M. Reitzner , C. Schuett , E. M. Werner

We reexamine fundamental problems from computational geometry in the word RAM model, where input coordinates are integers that fit in a machine word. We develop a new algorithm for offline point location, a two-dimensional analog of sorting…

数据结构与算法 · 计算机科学 2010-10-12 Timothy M. Chan , Mihai Patrascu