登录
首页 » matlab » SURF-based-image-stitching

SURF-based-image-stitching

于 2014-08-30 发布 文件大小:2022KB
0 290
下载积分: 1 下载次数: 221

代码说明:

  SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 (SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching. )

文件列表:

基于SURF的图像拼接
..................\example3.m,1595,2014-05-10
..................\findHomography.m,678,2014-05-10
..................\main.fig,10947,2014-06-02
..................\main.m,5533,2014-06-04
..................\OpenSurf.m,3778,2010-09-06
..................\randIndex.m,418,2014-05-10
..................\ransac1.m,1945,2014-05-10
..................\solveHomo.m,584,2014-05-10
..................\SubFunctions
..................\............\FastHessian_BuildDerivative.m,603,2010-07-26
..................\............\FastHessian_buildResponseLayer.m,1699,2010-07-29
..................\............\FastHessian_buildResponseMap.m,1877,2010-07-20
..................\............\FastHessian_getIpoints.m,2353,2010-07-30
..................\............\FastHessian_getLaplacian.m,455,2010-07-26
..................\............\FastHessian_getResponse.m,450,2010-07-26
..................\............\FastHessian_interpolateExtremum.m,2478,2010-07-30
..................\............\FastHessian_isExtremum.m,1680,2010-07-30
..................\............\FastHessian_ResponseLayer.m,738,2010-07-29
..................\............\IntegralImage_BoxIntegral.m,791,2010-07-29
..................\............\IntegralImage_HaarX.m,494,2010-07-29
..................\............\IntegralImage_HaarY.m,556,2010-07-29
..................\............\IntegralImage_IntegralImage.m,796,2010-07-29
..................\............\PaintSURF.m,1089,2010-07-30
..................\............\SurfDescriptor_DecribeInterestPoints.m,1554,2010-07-30
..................\............\SurfDescriptor_GetDescriptor.m,3636,2010-07-30
..................\............\SurfDescriptor_GetOrientation.m,2921,2010-07-30
..................\TestImages


..................\Untitled.m,269,2014-06-02
..................\WarpFunctions
..................\.............\affine_warp.m,9721,2010-09-06
..................\ͼƬ





..................\....\2(2).png,169979,2014-06-04
..................\....\2.jpg,229635,2014-06-03
..................\....\3(1).jpg,117972,2014-06-04
..................\....\3(2).jpg,271770,2014-06-10
..................\....\3(2).png,496740,2014-06-04
..................\....\3.jpg,233029,2014-06-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 灰度多种实现程序
    利用matlab控制摄像头,对图像实时进行二值灰度处理(Using MATLAB to control the camera, the image is processed with two value gray in real time)
    2017-11-09 13:52:18下载
    积分:1
  • FaceRec
    这是一个用matlab实现的基于支持向量机的人脸识别系统,已经本人调试通过,非常有用。(This is a matlab implementation with support vector machine-based face recognition system has been through my debugging, very useful.)
    2010-10-07 19:00:45下载
    积分:1
  • Arnold
    针对 Anrlod 变换的周期依赖于图像的阶数这一特性, 提出了一种反变换算法 。 该算法 通过分析加密图像任一点处两坐标分量间关系, 得到原图像相应点的坐标 , 从而实现图像的解密。(In view of the characteristic that the Anrlod transform cycle depends on the order of the image, an inverse transformation algorithm is proposed. The algorithm obtains the coordinates of the corresponding points of the original image by analyzing the relationship between the two coordinate components at any point of the encrypted image, so as to achieve the decryption of the image.)
    2018-04-06 15:27:43下载
    积分:1
  • fourier2
    自己编写的二维傅里叶变换的源代码,并在变换后显示频谱。(Two-dimensional Fourier transform of the source code I have written, and displayed in the transformed spectrum.)
    2020-08-23 14:07:54下载
    积分:1
  • code
    包涵了计算影像的几种质量指标,这些指标都是全局指标,对影像质量评价有一定作用(Image Quality Index :IFC、Q4、QNR、VIF)
    2014-04-23 14:47:51下载
    积分:1
  • ssim
    这是最经典的平面图像质量评价的ssim实现,算法实现简单。(image quality assessment)
    2020-07-08 16:18:56下载
    积分:1
  • Jpeg
    说明:  Jpeg算法源代码,包含jpeg的各种算法实现的vc++的源代码(Jpeg algorithm source code, including the various algorithms jpeg of vc++ source code)
    2010-04-28 16:05:05下载
    积分:1
  • RLS
    说明:  基于场景的RLS的非均匀校正算法,不同均值滤波器比较。(Scene based RLS nonuniformity correction algorithm, different mean filter comparison.)
    2020-04-26 14:46:01下载
    积分:1
  • image-convert
    MATLAB图像处理,直方图均衡和一些基本的滤波器(包括中值滤波器)。(MATLAB image processing, histogram equalization, and some basic filters.)
    2012-05-09 20:04:06下载
    积分:1
  • UKF
    说明:  研究生期间做的unscented kalman 滤波程序,带测试例子,vc6编译(Graduate students during the unscented kalman filtering process, with the test example, vc6 compiler)
    2021-04-27 11:58:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载