├── IPython ├── SeamlessImageCloningAlgebraic.ipynb └── SeamlessImageCloningGeometric.ipynb └── README.md /README.md: -------------------------------------------------------------------------------- 1 | This repository contains an easy-to-read Python implementation of the seamless image cloning method in the paper Poisson Image Editing. To solve the sparse least-squares problem arising in this method, I provide an implementation that uses the default scipy.sparse solver, as well as an implementation that uses a hand-written geometric Jacobi solver. 2 | 3 | This code can be browsed online with the IPython Notebook Viewer using the links below. 4 | 5 | - default scipy.sparse solver 6 | - hand-written geometric Jacobi solver 7 | --------------------------------------------------------------------------------