Skip to content

Hank-Tsou/Image-Pyramids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

implement image blending with image pyramids

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages