Like Silk: matlab: Poisson Image Editing

Free matlab code of Poisson Image Editing.
Free download from matlab file exchange

Example:

Simple Image Composing Seamless Image Cloning by Poisson Image Editing

Summary:

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.

Discriptions:

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!

Free download from matlab file exchange

Return to Like Silk: matlab


Like Silk