中文
相关论文

相关论文: Computing a visibility polygon using few variables

200 篇论文

Given a simple polygon $ \mathcal {P} $ of $ n $ vertices in the Plane. We study the problem of computing the visibility area from a given viewpoint $ q $ inside $ \mathcal {P} $ where only sub-linear variables are allowed for working…

计算几何 · 计算机科学 2018-04-06 Hamid Hoorfar , Alireza Bagheri

Given a simple polygon $P$ consisting of $n$ vertices, we study the problem of designing space-efficient algorithms for computing (i) the visibility polygon of a point inside $P$, (ii) the weak visibility polygon of a line segment inside…

计算几何 · 计算机科学 2012-04-13 Minati De , Anil Maheshwari , Subhas C. Nandy

In this paper, we study the following problem of reconstructing a simple polygon: Given a cyclically ordered vertex sequence of an unknown simple polygon P of n vertices and, for each vertex v of P, the sequence of angles defined by all the…

计算几何 · 计算机科学 2010-09-15 Danny Z. Chen , Haitao Wang

Given a simple polygon P in the plane, we present new algorithms and data structures for computing the weak visibility polygon from any query line segment in P. We build a data structure in O(n) time and O(n) space that can compute the…

计算几何 · 计算机科学 2012-12-27 Danny Z. Chen , Haitao Wang

Let $P$ be a simple polygon with $n$ vertices, and let $q \in P$ be a point in $P$. Let $k \in \{0, \dots, n - 1\}$. A point $p \in P$ is $k$-visible from $q$ if and only if the line segment $pq$ crosses the boundary of $P$ at most $k$…

计算几何 · 计算机科学 2019-08-14 Yeganeh Bahoo , Bahareh Banyassady , Prosenjit Bose , Stephane Durocher , Wolfgang Mulzer

We introduce the \emph{visibility center} of a set of points inside a polygon -- a point $c_V$ such that the maximum geodesic distance from $c_V$ to see any point in the set is minimized. For a simple polygon of $n$ vertices and a set of…

计算几何 · 计算机科学 2022-12-06 Anna Lubiw , Anurag Murty Naredla

Determining visibility in planar polygons and arrangements is an important subroutine for many algorithms in computational geometry. In this paper, we report on new implementations, and corresponding experimental evaluations, for two…

计算几何 · 计算机科学 2014-03-18 Francisc Bungiu , Michael Hemmer , John Hershberger , Kan Huang , Alexander Kröller

In this paper we consider the problem of computing the weak visibility polygon of any query line segment $pq$ (or $WVP(pq)$) inside a given polygon $P$. Our first non-trivial algorithm runs in simple polygons and needs $O(n^3 \log n)$ time…

计算几何 · 计算机科学 2013-10-29 Mojtaba Nouri Bygi , Mohammad Ghodsi

Let $P$ be a simple polygon with $n$ vertices, and let $A$ be a set of $m$ points or line segments inside $P$. We develop data structures that can efficiently count the number of objects from $A$ that are visible to a query point or a query…

We devise the following dynamic algorithms for both maintaining as well as querying for the visibility and weak visibility polygons amid vertex insertions and/or deletions to the simple polygon. * A fully-dynamic algorithm for maintaining…

计算几何 · 计算机科学 2020-04-21 R. Inkulu , K. Sowmya , N. P. Thakur

For a polygon P with n vertices, the vertex guarding problem asks for the minimum subset G of P's vertices such that every point in P is seen by at least one point in G. This problem is NP-complete and APX-hard. The first approximation…

计算几何 · 计算机科学 2011-02-17 James King

Given a simple polygon $P$ with $n$ vertices, we consider the problem of constructing a data structure for visibility queries: for any query point $q \in P$, compute the visibility polygon of $q$ in $P$. To obtain $O(\log n + k)$ query…

This paper considers the problem of computing the weak visibility polygon (WVP) of any query line segment pq (or WVP(pq)) inside a given simple polygon P. We present an algorithm that preprocesses P and creates a data structure from which…

计算几何 · 计算机科学 2013-10-01 Mojtaba Nouri Bygi , Mohammad Ghodsi

Polygons are a paramount data structure in computational geometry. While the complexity of many algorithms on simple polygons or polygons with holes depends on the size of the input polygon, the intrinsic complexity of the problems these…

计算几何 · 计算机科学 2013-09-17 Oswin Aichholzer , Thomas Hackl , Matias Korman , Alexander Pilz , Birgit Vogtenhuber

Suppose that a polygon $P$ is given as an array containing the vertices in counterclockwise order. We analyze how many vertices (including the index of each of these vertices) we need to know before we can bound $P$, i.e., report a bounded…

计算几何 · 计算机科学 2025-09-05 Mikkel Abrahamsen , Jack Stade , Shuyi Yan , Hanwen Zhang

We present an $O(nrG)$ time algorithm for computing and maintaining a minimum length shortest watchman tour that sees a simple polygon under monotone visibility in direction $\theta$, while $\theta$ varies in $[0,180^{\circ})$, obtaining…

计算几何 · 计算机科学 2023-04-25 Bengt J. Nilsson , David Orden , Leonidas Palios , Carlos Seara , Paweł Żyliński

An $s$-workspace algorithm is an algorithm that has read-only access to the values of the input, write-only access to the output, and only uses $O(s)$ additional words of space. We present a randomized $s$-workspace algorithm for…

计算几何 · 计算机科学 2017-05-02 Boris Aronov , Matias Korman , Simon Pratt , André van Renssen , Marcel Roeloffzen

Many problems in Discrete and Computational Geometry deal with simple polygons or polygonal regions. Many algorithms and data-structures perform considerably faster, if the underlying polygonal region has low local complexity. One obstacle…

计算几何 · 计算机科学 2021-01-20 Fabian Klute , Meghana M. Reddy , Tillmann Miltzow

We investigate a practical variant of the well-known polygonal visibility path (watchman) problem. For a polygon $P$, a minimum link visibility path is a polygonal visibility path in $P$ that has the minimum number of links. The problem of…

计算几何 · 计算机科学 2021-03-02 Mohammad Reza Zarrabi , Nasrollah Moghaddam Charkari

We are interested in the problem of guarding simple orthogonal polygons with the minimum number of $ r $-guards. The interior point $ p $ belongs an orthogonal polygon $ P $ is visible from $ r $-guard $ g $, if the minimum area rectangle…

计算几何 · 计算机科学 2017-09-14 Hamid Hoorfar , Alireza Bagheri
‹ 上一页 1 2 3 10 下一页 ›