You are here

Multi-Band Blending (MBB)

  • 1
  • 2
  • 3
  • 4
  • 5
Total votes: 0
Rate this item!

UPDATES
* 64-bits binary for Windows available. (It was compiled by Sylvie Alexandre. My sincere thanks!)
* Sample file available.

==Introduction==
This is a plugin for GIMP version 2.8.x which implements the blending technique described in ‘A Multiresolution Spline With Application to Image Mosaics’, by Peter J Burt and Edward H. Adelson. This technique blends two arbitrary images according to a third one (the mask). Conceptually speaking, this technique blends images using a different weighting function for each frequency band. It has the benefit of producing more natural transitions between images boundaries than the usual alpha blending technique.

If you desire, fell free to use the source code on your own project. Since the core MBB functionalities were implemented detached from the plugin GUI, it would be easy to anyone to get it running inside other projects. Source code can be downloaded from: https://code.google.com/p/gimp-mbb/

==Features/Restrictions==
* Blends two images according to mask.
* The images and the mask must be in separated layers with equal size.
* A new layer is created with the final result.
* By default, blending is performed for the whole image.
* If part of the image is selected, blending is restricted to this part.

==Changes==
Current version:
0.1 (2014-04-20)
* Initial release.

==Screens/Results==
MBB plugin dialog:

Result using the MBB plugin:

Result using the usual alpha blending technique (observe that the same mask is used):

GIMP Version: 
Code License: 
Subscribe to Comments for "Multi-Band Blending (MBB)"