文件名称:SURF-based-image-stitching
-
所属分类:
- 标签属性:
- 上传时间:2014-08-30
-
文件大小:1.97mb
-
已下载:5次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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算法对图像进行检测,其主要是用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
基于SURF的图像拼接/findHomography.m
基于SURF的图像拼接/main.fig
基于SURF的图像拼接/main.m
基于SURF的图像拼接/OpenSurf.m
基于SURF的图像拼接/randIndex.m
基于SURF的图像拼接/ransac1.m
基于SURF的图像拼接/solveHomo.m
基于SURF的图像拼接/SubFunctions/FastHessian_BuildDerivative.m
基于SURF的图像拼接/SubFunctions/FastHessian_buildResponseLayer.m
基于SURF的图像拼接/SubFunctions/FastHessian_buildResponseMap.m
基于SURF的图像拼接/SubFunctions/FastHessian_getIpoints.m
基于SURF的图像拼接/SubFunctions/FastHessian_getLaplacian.m
基于SURF的图像拼接/SubFunctions/FastHessian_getResponse.m
基于SURF的图像拼接/SubFunctions/FastHessian_interpolateExtremum.m
基于SURF的图像拼接/SubFunctions/FastHessian_isExtremum.m
基于SURF的图像拼接/SubFunctions/FastHessian_ResponseLayer.m
基于SURF的图像拼接/SubFunctions/IntegralImage_BoxIntegral.m
基于SURF的图像拼接/SubFunctions/IntegralImage_HaarX.m
基于SURF的图像拼接/SubFunctions/IntegralImage_HaarY.m
基于SURF的图像拼接/SubFunctions/IntegralImage_IntegralImage.m
基于SURF的图像拼接/SubFunctions/PaintSURF.m
基于SURF的图像拼接/SubFunctions/SurfDescriptor_DecribeInterestPoints.m
基于SURF的图像拼接/SubFunctions/SurfDescriptor_GetDescriptor.m
基于SURF的图像拼接/SubFunctions/SurfDescriptor_GetOrientation.m
基于SURF的图像拼接/TestImages/1.jpg
基于SURF的图像拼接/TestImages/2.jpg
基于SURF的图像拼接/Untitled.m
基于SURF的图像拼接/WarpFunctions/affine_warp.m
基于SURF的图像拼接/图片/1(1).jpg
基于SURF的图像拼接/图片/1(2).jpg
基于SURF的图像拼接/图片/2(1).jpg
基于SURF的图像拼接/图片/2(1).png
基于SURF的图像拼接/图片/2(2).jpg
基于SURF的图像拼接/图片/2(2).png
基于SURF的图像拼接/图片/2.jpg
基于SURF的图像拼接/图片/3(1).jpg
基于SURF的图像拼接/图片/3(2).jpg
基于SURF的图像拼接/图片/3(2).png
基于SURF的图像拼接/图片/3.jpg
基于SURF的图像拼接/SubFunctions
基于SURF的图像拼接/TestImages
基于SURF的图像拼接/WarpFunctions
基于SURF的图像拼接/图片
基于SURF的图像拼接
基于SURF的图像拼接/findHomography.m
基于SURF的图像拼接/main.fig
基于SURF的图像拼接/main.m
基于SURF的图像拼接/OpenSurf.m
基于SURF的图像拼接/randIndex.m
基于SURF的图像拼接/ransac1.m
基于SURF的图像拼接/solveHomo.m
基于SURF的图像拼接/SubFunctions/FastHessian_BuildDerivative.m
基于SURF的图像拼接/SubFunctions/FastHessian_buildResponseLayer.m
基于SURF的图像拼接/SubFunctions/FastHessian_buildResponseMap.m
基于SURF的图像拼接/SubFunctions/FastHessian_getIpoints.m
基于SURF的图像拼接/SubFunctions/FastHessian_getLaplacian.m
基于SURF的图像拼接/SubFunctions/FastHessian_getResponse.m
基于SURF的图像拼接/SubFunctions/FastHessian_interpolateExtremum.m
基于SURF的图像拼接/SubFunctions/FastHessian_isExtremum.m
基于SURF的图像拼接/SubFunctions/FastHessian_ResponseLayer.m
基于SURF的图像拼接/SubFunctions/IntegralImage_BoxIntegral.m
基于SURF的图像拼接/SubFunctions/IntegralImage_HaarX.m
基于SURF的图像拼接/SubFunctions/IntegralImage_HaarY.m
基于SURF的图像拼接/SubFunctions/IntegralImage_IntegralImage.m
基于SURF的图像拼接/SubFunctions/PaintSURF.m
基于SURF的图像拼接/SubFunctions/SurfDescriptor_DecribeInterestPoints.m
基于SURF的图像拼接/SubFunctions/SurfDescriptor_GetDescriptor.m
基于SURF的图像拼接/SubFunctions/SurfDescriptor_GetOrientation.m
基于SURF的图像拼接/TestImages/1.jpg
基于SURF的图像拼接/TestImages/2.jpg
基于SURF的图像拼接/Untitled.m
基于SURF的图像拼接/WarpFunctions/affine_warp.m
基于SURF的图像拼接/图片/1(1).jpg
基于SURF的图像拼接/图片/1(2).jpg
基于SURF的图像拼接/图片/2(1).jpg
基于SURF的图像拼接/图片/2(1).png
基于SURF的图像拼接/图片/2(2).jpg
基于SURF的图像拼接/图片/2(2).png
基于SURF的图像拼接/图片/2.jpg
基于SURF的图像拼接/图片/3(1).jpg
基于SURF的图像拼接/图片/3(2).jpg
基于SURF的图像拼接/图片/3(2).png
基于SURF的图像拼接/图片/3.jpg
基于SURF的图像拼接/SubFunctions
基于SURF的图像拼接/TestImages
基于SURF的图像拼接/WarpFunctions
基于SURF的图像拼接/图片
基于SURF的图像拼接
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.