Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takuti/poisson-image-blending

:art: Web-based implementation of the poisson image blending in HTML5 Canvas / JavaScript
https://github.com/takuti/poisson-image-blending

image-processing javascript numerical-methods

Last synced: 2 months ago
JSON representation

:art: Web-based implementation of the poisson image blending in HTML5 Canvas / JavaScript

Awesome Lists containing this project

README

        

[Poisson Image Blending on the Web](https://takuti.github.io/poisson-image-blending)
===

[Seamless Image Blending by **Poisson Image Editing**](https://takuti.me/note/poisson-image-blending/) (Japanese)

### References

1. P. Pérez, M. Gangnet, A. Blake. Poisson image editing. ACM Transactions on Graphics (SIGGRAPH'03), 22(3):313-318, 2003.
2. [Poisson Blending | OpenCV.jp](http://opencv.jp/opencv2-x-samples/poisson-blending)