文件名称:Automatic-image-mosaic-method
介绍说明--下载内容均来自于网络,请自行研究使用
一 种 基 于 特征点 的 全自 动 无 缝图 像拼 接方法。 该 方法采用 对 于 尺度具 有 鲁 棒性 的 SIFT 算 法进行 特征点 的 提
取与 匹 配, 并 通过引 导 互 匹 配及投票 过滤 的 方法提高 特征点 的 匹 配 精确 度, 使用 稳 健的 RANSAC 算 法求 出 图 像间 变 换矩 阵 H 的 初 值并 使用 LM 非 线 性 迭代 算 法精炼 H, 最终使用 加 权平 滑 算 法完 成 了 图 像的 无 缝 拼接。-An automatic seamless image mosaic method based on feature points is proposed. First a scale-invariant feature extracting algorithm SIFT is used for feature extraction and matching. In order to improve the accuracy of matching, guided complementary
matching and voting filter is used. Then, the transforming matrix H is computed with RANSAC algorithm and LM algorithm. And
finally image mosaic is completed with smoothing algorithm. The method implements automatically and avoids the disadvantages of traditional image mosaic method under different scale and illumination conditions. Experimental results show that the image mosaic method is stable and effective.
取与 匹 配, 并 通过引 导 互 匹 配及投票 过滤 的 方法提高 特征点 的 匹 配 精确 度, 使用 稳 健的 RANSAC 算 法求 出 图 像间 变 换矩 阵 H 的 初 值并 使用 LM 非 线 性 迭代 算 法精炼 H, 最终使用 加 权平 滑 算 法完 成 了 图 像的 无 缝 拼接。-An automatic seamless image mosaic method based on feature points is proposed. First a scale-invariant feature extracting algorithm SIFT is used for feature extraction and matching. In order to improve the accuracy of matching, guided complementary
matching and voting filter is used. Then, the transforming matrix H is computed with RANSAC algorithm and LM algorithm. And
finally image mosaic is completed with smoothing algorithm. The method implements automatically and avoids the disadvantages of traditional image mosaic method under different scale and illumination conditions. Experimental results show that the image mosaic method is stable and effective.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图像拼接matlab\1.jpg
..............\appendimages.m
..............\findHomography.m
..............\hall1.JPG
..............\hall2.JPG
..............\high.jpg
..............\imMosaic.asv
..............\imMosaic.m
..............\low.jpg
..............\mosaicTest.asv
..............\mosaicTest.m
..............\mosaic_hall.jpg
..............\randIndex.m
..............\ransac1.m
..............\sift.m
..............\siftMatch.asv
..............\siftMatch.m
..............\siftWin32.exe
..............\solveHomo.m
..............\tmp.key
图像拼接matlab