Face Blending(Image Blending) using Pyramid Blending Algorithm (Dec '19)
- Aligned the images in prehand for proper blending using OpenCV and Python
- Generated the gaussian and laplacian pyramids from the source and target images.
- Developed a GUI for the source image, where the user could interact to choose the type of mask to be applied (rectangle or freeform).
- Generated gaussian pyramids for the mask and mask complements.
- Applied pyramid blending algorithm to get the final blended images.