David Doria “Poisson Editing in ITK“. The Insight Journal, March 2011

 

This code provides an implementation of two techniques from “Poisson Image Editing” on ITK images. First, we fill a hole in an image given only the pixel values on the boundary. Second, we copy a patch of an image into another image and make the result as smooth as possible. We also explain how these techniques can be used to reconstruct an image after perform editing operations in the gradient domain. The code is available here.