pypoi

"Py"thon program for "Poi"sson Image Editing


License
Apache-2.0
Install
pip install pypoi==0.3.2

Documentation

PyPoi

PyPI

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.

demo gif

Installation

pip install pypoi

Run pypoi command to open the GUI.

What is Poisson Image Editing?

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).

Resources

There are many resources about Poisson Image Editing and I'll leave explanations to them.

Implementation in other languages

There have already been several implementation in other language.

Found issues?

Please raise an issue from github issue page.

What's next?

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.

License

PyPoi is provided under Apache License 2.0. Please refer to LICENSE

Acknowledgement

The core function is from parosky/poissonblending/