Skip to content

An implementation of gradient domain blending for images

Notifications You must be signed in to change notification settings

vaishak2future/ImageBlending

Repository files navigation

Gradient Domain Blending

Edit Test_script.py with the path to your source, target and mask images

This is a basic implementation of gradient domain blending. We take the mask of the source image to be blended into the target image and calculate the gradient of the image in the masked region. Then we fill the space in the target image by reconstructing the gradient from the source image. Do try it on the sample images provided!

Source Target Blended

About

An implementation of gradient domain blending for images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages