Blends a set of greyscale images using a multiscale MRF method
Algorithm
for each source image
calculate the low pass version (save for pass to recursive call),
calculate the horizontal and vertical wavelet filtered versions,
Calculate the low pass version of the input image via recursive call
Estimate the horizontal and vertical images using MRF method on wavelet & low pass images
Reconstruct image using low-pass and horizontal & vertical wavelets
Algorithm
for each source image
calculate the low pass version (save for pass to recursive call),
calculate the horizontal and vertical wavelet filtered versions,
Calculate the low pass version of the input image via recursive call
Estimate the horizontal and vertical images using MRF method on wavelet & low pass images
Reconstruct image using low-pass and horizontal & vertical wavelets