> For the complete documentation index, see [llms.txt](https://wiki.ainzzorl.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ainzzorl.lol/tech/algorithms/seam-carving.md).

# Seam Carving

* <https://en.wikipedia.org/wiki/Seam_carving>
* <https://github.com/andrewdcampbell/seam-carving>
* <http://cs.brown.edu/courses/cs129/results/proj3/taox/>
* <https://github.com/vivianhylee/seam-carving>

My (ugly, incomplete and horribly inefficient) implementation: <https://github.com/ainzzorl/algorithms-kotlin/blob/main/src/com/ainzzorl/algorithms/images/SeamCarving.kt>
