中文说明:
在数字图像处理中,很多算法是在图像的梯度域完成的。图像融合中有一部分也是在梯度域的基础上进行的,并且取得了较好的效果。该代码是在梯度域的基础上实现了图像的重建、图像的泊松融合和混合梯度的图像融合,并实现了将彩色图像灰度化后的图像保留了原有色彩的对比信息。
English Description:
In digital image processing, many algorithms are completed in the gradient domain of the image. A part of image fusion is also carried out on the basis of gradient domain, and good results are achieved. The code realizes image reconstruction, Poisson fusion and mixed gradient image fusion on the basis of gradient domain, and realizes that the gray image of color image retains the contrast information of original color.