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

SURF-based-image-stitching

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

  • newtracking
    New Tracking Algorithm for Wireless network
    2013-09-24 14:48:55下载
    积分:1
  • imagefilter_GUI
    图像频率域滤波程序,课程设计作业,获优秀,完全自主开发,包含搞通滤波、低通滤波、带通滤波以及方向滤波。含GUI(image frequency domain filtering procedures, curriculum design work, outstanding, fully self-development, including engaging pass filtering, low-pass filtering, band-pass filtering and filtering direction.- GUI)
    2006-10-09 22:01:00下载
    积分:1
  • ImageFusion
    自己编写的关于2013年的文章 a variational method for multi-source remote-sensing image fusion 的程序,基本实现了相关功能。(I have written a progrma about a variational method for multi-source remote-sensing image fusion publish in 2013,and the basic functions of the problems have been solved.)
    2021-03-03 11:19:33下载
    积分:1
  • ICM(能量终止)
    基于条件迭代法与马尔可夫随机场的遥感图像分割的matlab代码(the image segmentation based on the ICM and Markov random field)
    2018-01-02 11:07:23下载
    积分:1
  • dtcwtthresholding
    双数复小波阈值除噪程序,可以实现双数复小波分解及重构。并能实现阈值除噪。(Double the number of complex wavelet threshold denoising procedures can achieve double the number of complex wavelet decomposition and reconstruction. And to achieve the threshold noise removal.)
    2021-03-20 21:19:18下载
    积分:1
  • linear
    - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 (- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filtering method 3, the arithmetic average filtering method 4, the average recursive filtering method (also known as the moving average filtering method) 5, with a median value of the average filter Act (also known as anti-pulse interference average filtering method) 6, limiting the average filtering method 7, the first order lag filtering method 8, the weighted average recursive filtering method 9, extinction Buffeting filtering method 10, limiting consumer Buffeting filtering method)
    2021-01-18 17:18:42下载
    积分:1
  • Desktop
    图像的腐蚀函数,非常有用,欢迎大家下载,一块进步(Corrosion function of the image, useful, and welcome to download, a progress)
    2012-09-17 20:02:47下载
    积分:1
  • Version 1.0
    这些代码主要是IDL语言源码,主要功能:初始化ENVI,定标,大气校正,融合,镶嵌,裁剪,分类(监督+非监督),面向对象特征提取,结束ENVI(These codes are mainly IDL language source code, the main functions: initialization, ENVI, calibration, atmospheric correction, fusion, mosaic, cutting, classification (supervision + non supervision), object oriented feature extraction, ending ENVI)
    2017-09-25 19:41:55下载
    积分:1
  • matting
    这是一个实现了发表在CVPR2006的抠图算法。(This package contains an implementation of the matting algorithm described in the CVPR2006 paper.)
    2009-02-25 19:34:57下载
    积分:1
  • 2-D-window-for-a-sample-image
    二维窗口函数,包含汉宁窗,布莱克曼窗,契比雪夫窗等(it creates a 2 dimentional window for a sample image)
    2017-03-16 21:51:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载