An image processing GUI application written in Python under Apache License 2.0. PyPoi stands for "Python Program for Poisson Image Editing".
It enables you to try the Poisson Image Editing method interactively. Some examples are already ready for you, but you can also load arbitrary images and try it.
See INSTALL.md
Poisson Image Editing is a technique to blend two images seamlessly.
This method is firstly introduced by Patrick Pérez and others in ACM SIGGRAPH 2003. The original theses is available here (pdf).
There are many resources about Poisson Image Editing and I'll leave explanations to them.
- English
- Original theses (pdf)
- Simple introduction and examples
- Detailed introduction by Chris Tralie
- With many funny examples.
- Hot discussion including technical details at the bottom too.
- Also contains Java implementation. Please see the chapter below.
- Japanese
There have already been several implementation in other language.
- Java by Chris Tralie
- Python by parosky
- As of v0.1.0, core calculation is the copy of this implementation.
- JavaScript by takuti
- MATLAB and C by Toshihiko Yamasaki (pdf)
Please raise an issue from github issue page.
I know there are a lot of space to improve. Main enhancements are listed in the issue tracker, for example,
It's more than welcome if you can pick up one/some of them.
PyPoi is provided under Apache License 2.0. Please refer to LICENSE
The core function is from parosky/poissonblending/