English

Maximum-Area Rectangles in a Simple Polygon

Computational Geometry 2019-10-22 v1

Abstract

We study the problem of finding maximum-area rectangles contained in a polygon in the plane. There has been a fair amount of work for this problem when the rectangles have to be axis-aligned or when the polygon is convex. We consider this problem in a simple polygon with nn vertices, possibly with holes, and with no restriction on the orientation of the rectangles. We present an algorithm that computes a maximum-area rectangle in O(n3logn)O(n^3\log n) time using O(kn2)O(kn^2) space, where kk is the number of reflex vertices of PP. Our algorithm can report all maximum-area rectangles in the same time using O(n3)O(n^3) space. We also present a simple algorithm that finds a maximum-area rectangle contained in a convex polygon with nn vertices in O(n3)O(n^3) time using O(n)O(n) space.

Keywords

Cite

@article{arxiv.1910.08686,
  title  = {Maximum-Area Rectangles in a Simple Polygon},
  author = {Yujin Choi and Seungjun Lee and Hee-Kap Ahn},
  journal= {arXiv preprint arXiv:1910.08686},
  year   = {2019}
}