Skip to content

Implementing multiresolution blending using gaussian stacks, laplacian stacks, and LPF (low pass filter) to combine separate images.

Notifications You must be signed in to change notification settings

stheakanath/multiresolutionblend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

multiresolutionblend

Implementing multiresolution blending using gaussian and laplacian stacks to combine separate images.

ScreenShot

The overall goal of this project was to implement the multiresolution blending method proposed in the MIT paper by Burt and Adelson (http://persci.mit.edu/pub_pdfs/spline83.pdf). This would allow to blend two images seamlessly, without looking like the images were combined haphazardly. We can see an example, as seen below:

Running the Code

python main.py <image1> <image2> <mask>

Running on Example Images

python main.py examples/apple.jpg examples/orange.jpg examples/mask.jpg

About

Implementing multiresolution blending using gaussian stacks, laplacian stacks, and LPF (low pass filter) to combine separate images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages