Skip to content

Use of image pyramid to blend two images so it appear to be natural

Notifications You must be signed in to change notification settings

MarcoPenne/PyramidsBlending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyramidsBlending

Use of laplacian image pyramid to blend two images so that it appear to be natural

Usage

To use the blending script you have to provide the two images to blend. The script will ask you to draw a mask

python3 blending.py path/to/first/image path/to/second/image

If you already have a mask you can use it providing it as a third argument

python3 blending.py path/to/first/image path/to/second/image path/to/mask

About

Use of image pyramid to blend two images so it appear to be natural

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages