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

SURF-based-image-stitching

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

  • opticalflow
    用光流法进行运动物体的检测和跟踪,并返回运动方向(Light flow method of moving object detection and tracking, and return to the direction of movement)
    2009-07-15 14:03:10下载
    积分:1
  • 偏最小二乘PLS和一些光谱预matlab程序
    说明:  可以对光谱数据进行预处理,除了偏最小二乘法之外,也有一些其他方法(Besides the partial least square method, there are also some other methods)
    2021-05-14 05:30:02下载
    积分:1
  • kmeans
    说明:  一种改进的均值聚类算法,能很好的利用与图像分割技术(k-means cluster)
    2010-04-21 15:47:31下载
    积分:1
  • 26
    说明:  利用matlab实现图像的直接反投影重建结果(Using Matlab to Realize Direct Back Projection Reconstruction Results of Images)
    2020-06-27 16:33:45下载
    积分:1
  • 32131312312321njianceok
    基于HOUGH变换的车道线检测和识别的程序,可以使用(Lane HOUGH transform detection and recognition based on the program, you can use)
    2014-04-21 15:16:13下载
    积分:1
  • VisualC_PMATLAB
    vc+matlab的混合编程三维图像方面的。很有用。还不错。(Hybrid programming to achieve three-dimensional image reconstruction )
    2012-02-14 15:48:57下载
    积分:1
  • laba
    说明:  horn天线的仿真模型及结果 可以进行进一步的 实验设计 以及应用到其他场景的喇叭模型(Simulation model and results of horn antenna)
    2020-06-23 00:40:02下载
    积分:1
  • source-code-for-image-processing
    图像处理中常用到的二十多个基本算法的源代码,如图像变换、灰度变换、图像滤波、锐化、边缘检测、阈值分割、边界提取、边界跟踪等(Commonly used in image processing to more than twenty basic algorithm source code, such as image conversion, gray-scale transformation, image filtering, sharpening, edge detection, threshold segmentation, edge detection, boundary tracking)
    2013-04-19 14:56:22下载
    积分:1
  • Ostu.cpp
    本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下(I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to themselves)
    2006-05-22 11:28:19下载
    积分:1
  • shadow-removal
    非常全面介绍了阴影检测算法以及如何去除阴影的算法,基本涵盖了该领域的所有知识点。(Is a comprehensive introduction to the shadow detection algorithm and how to remove the shadow of the algorithm, covering all the knowledge in the field point.)
    2011-09-02 00:33:02下载
    积分:1
  • 696518资源总数
  • 104752会员总数
  • 9今日下载