Poisson Image Editing

版本 1.2.0.0 (253.6 KB) 作者: Masayuki Tanaka
This is an implementation of the Poisson Image Editing.
3.3K 次下载
更新时间 2015/11/5

查看许可证

This is an implementation of the Poisson Image Editing:
P. Prez, M. Gangnet, and A. Blake, Poisson image editing, ACM Transactions on Graphics (TOG), Vol. 22, No.3, pp. 313-318, 2003.
PoissonGaussSeidel is the implementation with the Gauss-Seidel algorithm. Actually, the implementation is SOR (Successive Over-Relaxation) algorithm.
PoissonJacobi is the implementation with the Jacobi algorithm.
PoissonGaussSeidel is much faster than PoissonJacobi.
Run demo.m to try it!

The fast version of Poisson reconstruction is also available:
http://www.mathworks.com/matlabcentral/fileexchange/39438-fast-seamless-image-cloning-by-modified-poisson-equation

引用格式

Masayuki Tanaka (2024). Poisson Image Editing (https://www.mathworks.com/matlabcentral/fileexchange/37224-poisson-image-editing), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: Poisson Image Editing

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

included girl.png.
Add the information of the fast version.

1.1.0.0

Add handling border to PoissonGaussSeidel

1.0.0.0