搜索资源列表
stitching
- 全景影像拼接程序,PanoramaStitching、multi-band blending。实现批量影像的拼接处理。vc6.0编译通过 -Panoramic image stitching programs, PanoramaStitching, multi-band blending. Batch image processing to achieve splicing. vc6.0 compiled by
sift(chinese)
- 在VC6.0下编译可以运行,有中文注释。SIFT算法实现全景图像拼接-Compiled in VC6.0 run, a Chinese comments. SIFT algorithm panoramic image mosaic
code
- 全景图拼接源代码,支持JPG格式,开发环境vs2008 c-Panorama Stitching source code, support JPG format development environment vs2008 c++
Sequence-cylindrical-stitching
- 图像序列柱面全景拼接 附件中为图像序列的柱面全景拼接算法,matlab仿真程序-Image sequence cylindrical panorama stitching
tuxiangpinjie
- VC++全景图拼接,有源码和ppt,以及例子,希望对大家有用-VC++ panorama stitching, a source and ppt, as well as examples of the hope that useful
matlab
- 生成全景图,图片拼接,使用兴趣点匹配方法-Generated panorama, image stitching, using interest point matching method
Vc-P-P-image-stitching-program
- VC++ 图像拼接程序,此程序实现类似全景拍摄照片,将满足一定相似比例的两张图片进行拼接.-Vc++ image stitching program, this program to achieve similar panoramic photos, will meet a certain proportional similarity of two images for Mosaic.
图像配准与图像识别matlab源代码
- 图像配准与图像识别的matlab源代码,可以用来创建全景图、创建不同时段的拼接图
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合