中文说明:matlab练习程序(简单图像融合) 通过本篇和上一篇的结合,应该就能做出拉普拉斯图像融合了。这里用的方法很简单,就是用模板和两个图像相乘,然后对处理后的两个图像再相加就可以了。拉普拉斯融合就是对金字塔
English Description:
MATLAB practice routine (simple image) through a combination of this and the previous, Laplace image fusion should be able to make. The method used here is very simple, is to use the template, and multiplies the two images, and then treated two images together is OK. Laplace Fusion is the image of each layer of the pyramid to do such an operation and then reconstructed on the line.