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

SURF-based-image-stitching

于 2014-08-30 发布 文件大小:2022KB
0 240
下载积分: 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 个回复

  • 小波变换BP,OMP,StOMP二维比较
    说明:  运用OMP、BP、StOMP及MP算法对lena图像进行重构。(Use OMP, BP, StOMP and MP algorithms to reconstruct the lena image.)
    2021-03-19 23:21:03下载
    积分:1
  • newegg
    基于matlab的进行鸡蛋形状特征提取的程序,能提取鸡蛋裂缝区域的形状特征(Matlab based on the conduct of an egg shape feature extraction procedure can extract the shape of an egg cracks in the regional characteristics of)
    2009-05-18 15:29:26下载
    积分:1
  • 新建文件夹
    说明:  图像重建算法当中的FDK、ART和TV算法,以及算法评估的SSIM和MSE的评估代码(FDK, ART and TV algorithms in image reconstruction algorithms, and the evaluation codes of SSM and MSE for algorithm evaluation)
    2020-07-16 11:48:49下载
    积分:1
  • duibiduzengq
    一种红外图像自适应对比度增强方法的仿真,绝对的真实,看到那些骗下载分的人恶心。需要自适应修改阈值T和A1,A2的值(An adaptive contrast enhancement method of infrared image simulation, absolutely true, see those who cheat download points. Need adaptive modified threshold T and A1, A2)
    2013-07-11 21:43:25下载
    积分:1
  • image-fusion
    多聚焦图像融合,将两张到六张不同焦点的图片合成成一张。(Multi-focus image fusion, will be the focus of two to six different images into a synthesis.)
    2011-05-06 09:33:32下载
    积分:1
  • arnold1
    用arnold变换对lena图进行图像置乱(scramble a picture by arnold transformation)
    2009-05-04 17:21:44下载
    积分:1
  • src
    四边形网格扫描转化与交互式编辑 实现四边形网格交互式编辑:要求实现四边形扫描转化算法,以此为基础,实现四边形网格中所有四边形的扫描转化、颜色添充;并通过交互改变四边形顶点位置体会交互式图形系统特点。(Quadrilateral mesh scan conversion and interactive editing Quadrilateral grid interactive editing: Quadrilateral scan conversion algorithms required to achieve, on this basis, to achieve all quadrilateral quadrilateral scan conversion, color Tim charge and changing the quadrilateral vertex position by exchanging experience the interactive features of the graphics system.)
    2015-11-26 12:26:39下载
    积分:1
  • 代码原、要求及工具箱
    说明:  可以直接调用,适用于各种利用contourlet工具箱做为工具的算法(Can be directly invoked, suitable for various algorithms using contourlet toolbox as a tool)
    2019-02-23 12:23:50下载
    积分:1
  • LeastSquaresEllipse
    利用最小二乘法,可以自动实现图像中的椭圆检测并拟合出来,效果很好(Ellipse detection and fitting them to achieve)
    2011-10-12 20:08:37下载
    积分:1
  • defog
    基于全局直方图均衡图像增强和暗通道优先理论相结合的去雾方法。(The priority theory based on global histogram equalization image enhancement and dark channels combined to fog.)
    2013-03-17 21:20:27下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载