Proof of Concept algorithm for finding the largest inscribed rectangle
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| polygons | ||
| .gitignore | ||
| extract_polygons.py | ||
| lir.py | ||
| README.md | ||
| show.py | ||
Proof of concept LIR algorithm
This repository contains a proof of concept implementation for an algorithm that finds the largest inscribed rectangle in an arbitrary polygon. The implementation is based on a paper by Marzeh et al..