搜索资源列表
vcframe
- 图像配准的vc源码,这是一个配准的框架,加入一个配准的算法代码即可以使用
SIFT-matlab.rar
- 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
Matlab_
- 基于matlab的算法研究,进行图像的配准,可以算出图像的移动坐标。-Matlab-based algorithm research, conducted image registration, you can calculate the movement of image coordinates.
chaotic
- 使用ITK的,可用于图像配准的混沌优化算法。使用的是ITK的平移变换和最小均方差metric-Can be used for image registration of Chaos Optimization Algorithm
powell
- 使用powell算法进行图像配准的。需要先配置ITK才能运行-Powell algorithm using image registration. Need to configure to run ITK
NccStitching
- 基于NCC(归一化互相关)的图像配准算法-NCC (normalized cross-correlation), image registration algorithm
My_image
- Qt实现的界面演示程序,包括导入图像并对其进行配准算法的实现。-The Qt implementation interface demo program, including import images and their registration algorithm implementation.
Mutual_Information
- 研究了基于互信息测度的医学图像配准方法,提出了一种优化算法的改进。目的旨在于解决配准的精度和在基于互信息配准过程中的效率问题。提出的优化算法是将拟牛顿方法运用于多模医学图像配准中。实验结果说明这种改进的方法能有效提高配准的精度和效率问题,并得到好的实验效果。-Abstract: This paper presents a novel Optimized method for medical image registration, the purpose is to solve problems,
HARRIS-IAMGE-REGISTRTATION
- 基于角点的harris图像配准算法,该方法快速准确。-Harris image registration algorithm based on corner point, the method is fast and accurate.
SIFT
- 基于SIFT的图像配准程序,是基本的配准算法,可以实现简单的配准-failed to translate
SIFT
- 用SIFT算法实现了刚性和非刚性图像的配准 并且效果非常理想 SIFT的特征点的提取 描述 和匹配的算法有注释-Nonrigid Registration Using Free-Form Deformation.
Matlab
- 图像的配准程序的C++实现算法,本源中算法较全,适合初学者-Image registration procedures C++ algorithm, the origin of the algorithm than the whole, suitable for beginners
diffeomorphic-demons2d
- 微分同胚配准程序 基于demons算法的微分同胚配准程序 适用于2d的图像配准-diffeomorphic demons registration
register
- 陈显毅matlab算法的调整与改编,补齐了蚁群算法配准下的图像配准-Chen Xianyi matlab algorithm adjustment and adaptation, filled ant colony algorithm for image registration registration under
image_distortion
- matlab图像配准,使用张正友标定算法对图像进行处理(MATLAB image registration, using the zhangzhengyou calibration algorithm for image processing)
imregistration
- 二维图像的配准算法,运用Matlab实现的(Two dimensional Image Registration algorithm)
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合