图像混合Image Blending、图像融合Image Fusion、图像合成Image Synthesis、图像缝合Image Stitching

阅读 159

2022-02-05

文章目录


在计算机视觉中,有三个与图像处理相关的相似的概念:图像混合Image Blending、图像融合Image Fusion、图像合成Image Synthesis、图像缝合Image Stitching。

1 Image Blending

不同图层按比例做调色叫blending,比如两个图片调整透明度之后进行叠加。

在这里插入图片描述

2 Image Fusion

Image Fusion将不同的数据融合到一起生成新的数据,是用特定的算法将两幅或多幅图像综合成一幅新的图像,相对于Image Stitching和Image Stitching来讲是比较宽泛的概念,可以认为这两个概念是Image Fusion的子集。

3 Image Synthesis

Image synthesis是图像的接合拼合,在把图像进行接合时,容易存在“空洞”和缝隙,Image synthesis注重解决这一类问题(补洞)。

4 Image Stitching

Image Stitching是两个有重叠区域但不完全相同的图像进行缝合,是目前最广泛适用的图像技术。注重解决重叠区域(接袖子)。

精彩评论(0)

0 0 举报