中文
相关论文

相关论文: The geodesic edge center of a simple polygon

200 篇论文

The geodesic between two points $a$ and $b$ in the interior of a simple polygon~$P$ is the shortest polygonal path inside $P$ that connects $a$ to $b$. It is thus the natural generalization of straight line segments on unconstrained point…

计算几何 · 计算机科学 2017-08-22 Oswin Aichholzer , Matias Korman , Alexander Pilz , Birgit Vogtenhuber

We consider the problem of finding a geodesic disc of smallest radius containing at least $k$ points from a set of $n$ points in a simple polygon that has $m$ vertices, $r$ of which are reflex vertices. We refer to such a disc as a SKEG…

计算几何 · 计算机科学 2024-02-02 Prosenjit Bose , Anthony D'Angelo , Stephane Durocher

In this paper, we consider enumeration of geodesics on a polyhedron, where a geodesic means locally-shortest path between two points. Particularly, we consider the following preprocessing problem: given a point $s$ on a polyhedral surface…

计算几何 · 计算机科学 2023-12-27 Kazuma Tateiri

A closed quasigeodesic is a closed curve on the surface of a polyhedron with at most $180^\circ$ of surface on both sides at all points; such curves can be locally unfolded straight. In 1949, Pogorelov proved that every convex polyhedron…

计算几何 · 计算机科学 2025-10-21 Erik D. Demaine , Adam C. Hesterberg , Jason S. Ku

Comparing and computing distances between phylogenetic trees are important biological problems, especially for models where edge lengths play an important role. The geodesic distance measure between two phylogenetic trees with edge lengths…

种群与进化 · 定量生物学 2009-11-05 Megan Owen , J. Scott Provan

A closed quasigeodesic on a convex polyhedron is a closed curve that is locally straight outside of the vertices, where it forms an angle at most $\pi$ on both sides. While the existence of a simple closed quasigeodesic on a convex…

计算几何 · 计算机科学 2022-09-29 Jean Chartier , Arnaud de Mesmay

A vertex in a graph is called central if it minimizes its maximum distance to the other vertices. The radius of a graph $G$ is the largest distance between a central vertex and the other vertices, and it is denoted by $rad(G)$. In the…

数据结构与算法 · 计算机科学 2026-05-05 Guillaume Ducoffe

In this paper, we propose to compute Voronoi diagrams over mesh surfaces driven by an arbitrary geodesic distance solver, assuming that the input is a triangle mesh as well as a collection of sites $P=\{p_i\}_{i=1}^m$ on the surface. We…

计算几何 · 计算机科学 2022-12-20 Shiqing Xin , Pengfei Wang , Rui Xu , Dongming Yan , Shuangmin Chen , Wenping Wang , Caiming Zhang , Changhe Tu

Let $P$ be a path graph of $n$ vertices embedded in a metric space. We consider the problem of adding a new edge to $P$ so that the radius of the resulting graph is minimized, where any center is constrained to be one of the vertices of…

数据结构与算法 · 计算机科学 2020-06-26 Haitao Wang , Yiming Zhao

A geodesic in a graph G is a shortest path between two vertices of G. For a specific function e(n) of n, we define an almost geodesic cycle C in G to be a cycle in which for every two vertices u and v in C, the distance d_G(u,v) is at least…

度量几何 · 数学 2007-05-23 Itai Benjamini , Carlos Hoppen , Eran ofek , Pawel Pralat , Nick Wormald

Many statistical and machine learning approaches rely on pairwise distances between data points. The choice of distance metric has a fundamental impact on performance of these procedures, raising questions about how to appropriately…

统计理论 · 数学 2020-04-20 Didong Li , David B Dunson

A hotspot is an axis-aligned square of fixed side length $s$, the duration of the presence of an entity moving in the plane in which is maximised. An exact hotspot of a polygonal trajectory with $n$ edges can be found in $O(n^2)$. Defining…

计算几何 · 计算机科学 2019-01-08 Ali Gholami Rudi

Given a set $\mathcal{P}$ of $h$ pairwise disjoint simple polygonal obstacles in $\mathbb{R}^2$ defined with $n$ vertices, we compute a sketch $\Omega$ of $\mathcal{P}$ whose size is independent of $n$, depending only on $h$ and the input…

计算几何 · 计算机科学 2019-09-17 R Inkulu , Sanjiv Kapoor

We present an algorithm to find an {\it Euclidean Shortest Path} from a source vertex $s$ to a sink vertex $t$ in the presence of obstacles in $\Re^2$. Our algorithm takes $O(T+m(\lg{m})(\lg{n}))$ time and $O(n)$ space. Here, $O(T)$ is the…

计算几何 · 计算机科学 2010-12-01 Rajasekhar Inkulu , Sanjiv Kapoor , S. N. Maheshwari

In this paper, an efficient algorithm to find the center of the biggest circle inscribed in a given polygon is described. This work was inspired by the publication of Daniel Garcia-Castellanos & Umberto Lombardo and their algorithm used to…

度量几何 · 数学 2012-12-14 Oscar Martinez

Let $P$ be a polygon with $k$ vertices. Let $R$ and $B$ be two simple, interior disjoint curves on the boundary of $P$, with $n$ and $m$ vertices. We show how to compute the Fr\'echet distance between $R$ and $B$ using the geodesic…

计算几何 · 计算机科学 2025-04-21 Thijs van der Horst , Marc van Kreveld , Tim Ophelders , Bettina Speckmann

A common approach to compute distances on continuous surfaces is by considering a discretized polygonal mesh approximating the surface and estimating distances on the polygon. We show that exact geodesic distances restricted to the polygon…

图像与视频处理 · 电气工程与系统科学 2026-02-27 Saar Huberman , Amit Bracha , Ron Kimmel

Based on Welzl's algorithm for smallest circles and spheres we develop a simple linear time algorithm for finding the smallest circle enclosing a point cloud on a sphere. The algorithm yields correct results as long as the point cloud is…

计算几何 · 计算机科学 2024-07-30 Jens Flemming

We show that the geodesic diameter of a polygonal domain with n vertices can be computed in O(n^4 log n) time by considering O(n^3) candidate diameter endpoints; the endpoints are a subset of vertices of the overlay of shortest path maps…

计算几何 · 计算机科学 2011-06-01 Mikko Koivisto , Valentin Polishchuk

We describe a polynomial time algorithm that takes as input a polygon with axis-parallel sides but irrational vertex coordinates, and outputs a set of as few rectangles as possible into which it can be dissected by axis-parallel cuts and…

计算几何 · 计算机科学 2025-01-08 David Eppstein