Skip to content

AmazingZhen/PoissonImageEditing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoissonImageEditing

Reproducd famous paper "Poisson Image Editing" in SIGGRAPH 2003.
This paper is very useful for copying and pasting between images.
Based on OpenCV(2.4.9) and Eigen.
Developed under Visual Stdio 2015, WIN 10 64 bits.

Input

  • Two same size image. A source and a destination.
  • A mask of editing region (if no mask exists, the program can generate one).

src

  • src

dst

  • dst

mask

  • dst

Output

  • An image which clones masked region of source image to destination image.

No mixing

  • result1

Mixing

  • result2

Algorithmic process

// TO DO ...

Areas for improvement

  • Actually it's no need to restrict two images in same size, but it's not the key of algorithm.

About

Reproduced famous paper "Poisson Image Editing" in SIGGRAPH 2003.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages