/pochow

Content-aware image resizing.

Primary LanguagePythonMIT LicenseMIT

pochow

Content-aware image resizing using the heat equation.

Usage:

python3 pochow.py [-h] -i INPUT -o OUTPUT [-s] [-p]

Example:

python3 pochow.py -i docs/harold_input.jpeg -o result.png

Plot of the results using harold_input.jpeg

The method is explained in docs/explanation.pdf.