Maximum-width Axis-Parallel Empty Rectangular Annulus
Arpita Baral, Abhilash Gondane, Sanjib Sadhu, Priya Ranjan Sinha, Mahapatra

TL;DR
This paper presents algorithms for finding the maximum-width axis-parallel empty rectangular annulus that contains all input points on its boundaries or inside, with improved efficiency in special cases.
Contribution
It introduces an $O(n^3)$ algorithm for the general problem and an $O(n ext{log} n)$ solution for a special case where the inner rectangle reduces to a point.
Findings
The general algorithm runs in $O(n^3)$ time.
The special case algorithm runs in $O(n ext{log} n)$ time.
The algorithms efficiently compute the maximum-width empty rectangular annulus.
Abstract
Given a set of points on , we address the problem of computing an axis-parallel empty rectangular annulus of maximum-width such that no point of lies inside but all points of must lie inside, outside and on the boundaries of two parallel rectangles forming the annulus . We propose an time and space algorithm to solve the problem. In a particular case when the inner rectangle of an axis-parallel empty rectangular annulus reduces to an input point we can solve the problem in time and space.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Digital Image Processing Techniques · 3D Shape Modeling and Analysis
