Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.44 KB

Image Pyramids

This project is trying to implement image blending by using image pyramids.
* Combining a moon background and a dog face.

Image Pyramids

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:

2_1_output

The process images show as below: 2_2_output Useful link for implementation:

Code

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Author: Hank Tsou
  • Contact: [email protected]
  • Project from California State Polytechnic University, Pomona, Computer Science, CS-519 Computer Vision