前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >图像拼接--Automatic Panoramic Image Stitching using Invariant Features

图像拼接--Automatic Panoramic Image Stitching using Invariant Features

作者头像
用户1148525
发布2019-05-27 12:12:47
1.8K0
发布2019-05-27 12:12:47
举报

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://cloud.tencent.com/developer/article/1436559

Automatic Panoramic Image Stitching using Invariant Features

《International Journal of Computer Vision》 , 2007 , 74 (1) :59-73

本文提出使用 SIFT 做特征点匹配,然后用 bundle adjustment 计算图像坐标转换参数(类似 Homography),最后使用 multi-band blending 得到最终的拼接图

算法流程如下所示:

1)提取 SIFT 特征点

2)使用 k-d tree 做特征点匹配

3)对每个图像:

(1)提出 m 个 和该图像最匹配的图像

(2)使用 RANSAC 寻找几何位置一致的匹配对求解 homography

(3)使用一个 probabilistic model 验证 匹配是否正确

4)对不同场景图像进行聚类

5)对于每个场景图像

(1)使用 bundle adjustment 求解所有相机的旋转参数和相机焦距

(2) 使用 multi-band blending 拼图

Connected components of image matches

automatic straightening

gain compensation

Multi-band blending

Stitching with rotation and zoom

11

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

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

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

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

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