中文
相关论文

相关论文: Finding a largest empty convex subset in space is …

200 篇论文

We study new types of geometric query problems defined as follows: given a geometric set $P$, preprocess it such that given a query point $q$, the location of the largest circle that does not contain any member of $P$, but contains $q$ can…

计算几何 · 计算机科学 2010-12-17 John Augustine , Sandip Das , Anil Maheshwari , Subhas Nandy , Sasanka Roy , Swami Sarvattomananda

A {\em convex hole} (or {\em empty convex polygon)} of a point set $P$ in the plane is a convex polygon with vertices in $P$, containing no points of $P$ in its interior. Let $R$ be a bounded convex region in the plane. We show that the…

计算几何 · 计算机科学 2012-06-06 József Balogh , Hernán González-Aguilar , Gelasio Salazar

Let $S$ be a set of $n$ points in $\mathbb{R}^d$. A Steiner convex partition is a tiling of ${\rm conv}(S)$ with empty convex bodies. For every integer $d$, we show that $S$ admits a Steiner convex partition with at most $\lceil…

计算几何 · 计算机科学 2014-02-04 Adrian Dumitrescu , Sariel Har-Peled , Csaba D. Tóth

Let $P$ be a set of $n$ points in the plane. We consider a variation of the classical Erd\H{o}s-Szekeres problem, presenting efficient algorithms with $O(n^3)$ running time and $O(n^2)$ space complexity that compute: (1) A subset $S$ of $P$…

The Largest Empty Circle problem seeks the largest circle centered within the convex hull of a set $P$ of $n$ points in $\mathbb{R}^2$ and devoid of points from $P$. In this paper, we introduce a query version of this well-studied problem.…

计算几何 · 计算机科学 2010-04-15 John Augustine , Brian Putnam , Sasanka Roy

Chv\'{a}tal and Klincsek (1980) gave an $O(n^3)$-time algorithm for the problem of finding a maximum-cardinality convex subset of an arbitrary given set $P$ of $n$ points in the plane. This paper examines a generalization of the problem,…

计算几何 · 计算机科学 2021-08-31 Stephane Durocher , J. Mark Keil , Saeed Mehrabi , Debajyoti Mondal

The problem of finding the largest empty axis-parallel box amidst a point configuration is a classical problem in computational geometry. It is known that the volume of the largest empty box is of asymptotic order $1/n$ for $n\to\infty$ and…

计算几何 · 计算机科学 2017-06-20 Christoph Aistleitner , Aicke Hinrichs , Daniel Rudolf

Let $P$ be a set of $n$ points in general position on the plane. A set of closed convex polygons with vertices in $P$, and with pairwise disjoint interiors is called a convex decomposition of $P$ if their union is the convex hull of $P$,…

组合数学 · 数学 2019-09-16 Toshinori Sakai , Jorge Urrutia

We revisit the following problem (along with its higher dimensional variant): Given a set $S$ of $n$ points inside an axis-parallel rectangle $U$ in the plane, find a maximum-area axis-parallel sub-rectangle that is contained in $U$ but…

组合数学 · 数学 2016-10-17 Adrian Dumitrescu , Minghui Jiang

Let $K, L$ be convex sets in the plane. For normalization purposes, suppose that the area of $K$ is $1$. Suppose that a set $K_n$ of $n$ points are chosen independently and uniformly over $K$, and call a subset of $K$ a {\em hole} if it…

度量几何 · 数学 2015-06-16 Octavio Arizmendi , Gelasio Salazar

We prove that the largest convex shape that can be placed inside a given convex shape $Q \subset \mathbb{R}^{d}$ in any desired orientation is the largest inscribed ball of $Q$. The statement is true both when "largest" means "largest…

度量几何 · 数学 2019-12-19 Sergio Cabello , Otfried Cheong , Michael Gene Dobbins

The new result of this paper connected with the following problem: Consider a supporting hyperplane of a regular simplex and its re ected image at this hyperplane. When will be the volume of the convex hull of these two simplices maximal?…

度量几何 · 数学 2018-11-30 Ákos G. Horváth

An annulus is, informally, a ring-shaped region, often described by two concentric circles. The maximum-width empty annulus problem asks to find an annulus of a certain shape with the maximum possible width that avoids a given set of $n$…

计算几何 · 计算机科学 2018-11-16 Sang Won Bae , Arpita Baral , Priya Ranjan Sinha Mahapatra

The convexity number of a set $X \subset \mathbb{R}^2$ is the minimum number of convex subsets required to cover it. We study the following question: what is the largest possible convexity number $f(n)$ of $\mathbb{R}^2 \setminus S$, where…

组合数学 · 数学 2026-01-05 Chaya Keller , Micha A. Perles

A number of results related to statistical classification on convex sets are presented. In particular, the focus is on the case where some of the covariates in the data and observation being classified can be missing. The form of the…

统计理论 · 数学 2018-05-02 Levon Demirdjian , Majid Mojirsheibani

The goal of this paper is to establish certain inequalities between the numbers of convex polytopes in the d-dimensional space "containing" and "avoiding" zero provided that their vertex sets are subsets of a given finite set of points in…

组合数学 · 数学 2013-12-24 Alexander Kelmans , Anatoliy Rubinov

We consider a variation of the classical Erd\H{o}s-Szekeres problems on the existence and number of convex $k$-gons and $k$-holes (empty $k$-gons) in a set of $n$ points in the plane. Allowing the $k$-gons to be non-convex, we show bounds…

Given a set $P$ of $n$ points in the plane, its unit-disk graph $G(P)$ is a graph with $P$ as its vertex set such that two points of $P$ are connected by an edge if their (Euclidean) distance is at most $1$. We consider several classical…

计算几何 · 计算机科学 2025-01-03 Anastasiia Tkachenko , Haitao Wang

We study the maximum weight convex polytope problem, in which the goal is to find a convex polytope maximizing the total weight of enclosed points. Prior to this work, the only known result for this problem was an $O(n^3)$ algorithm for the…

计算几何 · 计算机科学 2022-07-27 Mohammad Ali Abam , Ali Mohammad Lavasani , Denis Pankratov

A convex partition of a point set P in the plane is a planar partition of the convex hull of P with empty convex polygons or internal faces whose extreme points belong to P. In a convex partition, the union of the internal faces give the…

计算几何 · 计算机科学 2020-12-16 Hadrien Cambazard , Nicolas Catusse
‹ 上一页 1 2 3 10 下一页 ›