搜索资源列表
sift_MATLABPVC
- 基于sift实现图像拼接(MATLAB+VC)Mosaic of image-based sift (MATLAB + VC)-Mosaic of image-based sift (MATLAB+ VC)
qr_0.1
- 图像拼接程序,基于VC,sift,已测试,可用-Image mosaicing program, based on VC, sift
SIFT_image_mosaic
- 实现SIFT特征点的检测及图像拼接功能,主要在原来作者的基础上添加了显示全部特征点或者只显示重叠区域特征点,能够直接使用-Achieve SIFT feature point detection and image stitching function, mainly on the basis of the original author to add a point or show all the characteristics of overlap only feature points c
sift(chinese)
- 在VC6.0下编译可以运行,有中文注释。SIFT算法实现全景图像拼接-Compiled in VC6.0 run, a Chinese comments. SIFT algorithm panoramic image mosaic
immosaic-by--sift
- 基于sift的图像特征点提取和图像拼接,有可直接运行的代码和图片-Sift the image feature point extraction and image stitching, can be directly run the code and pictures
SIFT-VCPP
- SIFT特征匹配算法实现图像拼接,涉及具体算法-SIFT picture linking
siftpp-0.2.2
- sift算法 用于图像处理 功能有1.图形的识别与追踪 2.图像的拼接 这个版本是C++版本-sift algorithm for the identification and tracking of the image in the graphics image stitching this version is C++
SIFT_RANSAC
- SIFT 图像拼接,open CV VS2015,可以直接运行出结果-open CVVS2015,SIFT
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合
