Rectangular Partitions of a Rectilinear Polygon
Hwi Kim, Jaegun Lee, Hee-Kap Ahn

TL;DR
This paper develops algorithms for partitioning rectilinear polygons into rectangles with minimal total line segment length or maximal minimal side length, including solutions for polygons with holes and approximation algorithms.
Contribution
It introduces new polynomial-time algorithms for optimal rectilinear polygon partitions under different criteria and complexity results for polygons with holes.
Findings
Minimum ink partition can be computed in O(n^3) time.
Thick partition algorithms with vertex and boundary incident segments are provided.
Partitioning polygons with holes is NP-complete for certain cases.
Abstract
We investigate the problem of partitioning a rectilinear polygon with vertices and no holes % with no holes into rectangles using disjoint line segments drawn inside under two optimality criteria. In the minimum ink partition, the total length of the line segments drawn inside is minimized. We present an -time algorithm using space that returns a minimum ink partition of . In the thick partition, the minimum side length over all resulting rectangles is maximized. We present an -time algorithm using space that returns a thick partition using line segments incident to vertices of , and an -time algorithm using space that returns a thick partition using line segments incident to the boundary of . We also show that if the input rectilinear polygon has holes, the corresponding decision problem for…
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 · Optimization and Packing Problems
