Applied poisson image blending to the composited image. Created an interactive
tool for choosing a mask for an image. Supplied it as the stencil for Poisson
Image Blending as well as this project.
I also did panorama stitching. It doesn't work that well because I didn't do any
aligning, but the images are composited quite well. It works by treating
the left edge of the first image and right edge of the second images as the
source and sink respectively. Then the images are graphcut and poisson blended.
This process is repeated for each image in the panorama, using the previously
created composite as the first image in each step.
|