前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >图像拼接--Coarse-to-fine Seam Estimation for Image Stitching

图像拼接--Coarse-to-fine Seam Estimation for Image Stitching

作者头像
用户1148525
发布2019-05-27 19:48:22
8640
发布2019-05-27 19:48:22
举报

Coarse-to-fine Seam Estimation for Image Stitching https://arxiv.org/abs/1805.09578

本文主要针对图像拼接中的缝合线选择的改进。 以前的缝合线选择主要 measure the average performance of the pixels on the seam without considering the relevance and variance among them。 这么做可能造成的问题是 最优的 缝合线 在 人眼视觉上不是最好的 (perception-inconsistent)。 这里我们设计了一个新的 patch-point evaluation algorithm 用于 缝合线的迭代确定。最终得到的缝合线是 nearly perception-consistent seam

coarse-to-fine seam estimation framework A. Conventional Seam-cutting 传统的缝合线确定主要是通过定义能量函数, 通过 minimized via graph cuts 得到 缝合线 能量函数定义如下:

在这里插入图片描述
在这里插入图片描述

上述函数的优化通过下面的算法求解。 Fast approximate energy minimization via graph cuts

B. Patch-point Evaluation Algorithm 文献【12,13】定义了一个 ZNCC-based method 来评估 the stitching seam

在这里插入图片描述
在这里插入图片描述

如上图所示,这样的缝合线可能不是 human perception 最佳的 such quality measures the average performance of these pixels without considering the relevance and variance among them. It may cause that the seam with the minimal measure is not optimal in human perception

这里我们改进了一下 Seam estimation ,结合 patch 和 point the patch differences have a good “continuity” property while the point differences have a nice “diversity” property (see Fig. 2). Thus, we combine the patch and point together to evaluate the seam.

在这里插入图片描述
在这里插入图片描述
  1. Patch evaluation: 这里我们采用 SSIM (structural similarity) index 来 compare the local patches in the two images. 没有采用 ZNCC a misaligned pixel on the seam usually possesses a relatively large value of patch evaluation
  2. Point evaluation: The point evaluation measures the color difference between the pixels on the two sides of the seam. Thus, a plausible seam would have a relatively small value of point evaluation for (nearly) all pixels on the seam. This can avoid the false positives in the patch evaluation
在这里插入图片描述
在这里插入图片描述

速度应该不会太快!

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018年10月12日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档