Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takuti/poisson-image-blending
- Owner: takuti
- Created: 2013-12-07T14:54:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T00:51:48.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T08:50:41.549Z (2 months ago)
- Topics: image-processing, javascript, numerical-methods
- Language: JavaScript
- Homepage: https://takuti.github.io/poisson-image-blending/
- Size: 172 KB
- Stars: 21
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)