This project is trying to implement image blending by using image pyramids.
* Combining a moon background and a dog face.
Input background image: moon.jpg
Input target image: dog.jpg
Input mask image: mask.jpg
Command line >> python Pyramid_Image_Blending.py -i moon.jpg -t dog.jpg -m mask.jpg
The program will show the result image as below:
The process images show as below: Useful link for implementation:
This project is licensed under the MIT License - see the LICENSE.md file for details
- Author: Hank Tsou
- Contact: [email protected]
- Project from California State Polytechnic University, Pomona, Computer Science, CS-519 Computer Vision