SURF-based-image-stitching

所属分类:图形图像处理
开发工具:matlab
文件大小:2022KB
下载次数:246
上传日期:2014-08-30 15:12:42
上 传 者martin1875
说明:  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)
基于SURF的图像拼接\findHomography.m (678, 2014-05-10)
基于SURF的图像拼接\main.fig (10947, 2014-06-02)
基于SURF的图像拼接\main.m (5533, 2014-06-04)
基于SURF的图像拼接\OpenSurf.m (3778, 2010-09-06)
基于SURF的图像拼接\randIndex.m (418, 2014-05-10)
基于SURF的图像拼接\ransac1.m (1945, 2014-05-10)
基于SURF的图像拼接\solveHomo.m (584, 2014-05-10)
基于SURF的图像拼接\SubFunctions\FastHessian_BuildDerivative.m (603, 2010-07-26)
基于SURF的图像拼接\SubFunctions\FastHessian_buildResponseLayer.m (1699, 2010-07-29)
基于SURF的图像拼接\SubFunctions\FastHessian_buildResponseMap.m (1877, 2010-07-20)
基于SURF的图像拼接\SubFunctions\FastHessian_getIpoints.m (2353, 2010-07-30)
基于SURF的图像拼接\SubFunctions\FastHessian_getLaplacian.m (455, 2010-07-26)
基于SURF的图像拼接\SubFunctions\FastHessian_getResponse.m (450, 2010-07-26)
基于SURF的图像拼接\SubFunctions\FastHessian_interpolateExtremum.m (2478, 2010-07-30)
基于SURF的图像拼接\SubFunctions\FastHessian_isExtremum.m (1680, 2010-07-30)
基于SURF的图像拼接\SubFunctions\FastHessian_ResponseLayer.m (738, 2010-07-29)
基于SURF的图像拼接\SubFunctions\IntegralImage_BoxIntegral.m (791, 2010-07-29)
基于SURF的图像拼接\SubFunctions\IntegralImage_HaarX.m (494, 2010-07-29)
基于SURF的图像拼接\SubFunctions\IntegralImage_HaarY.m (556, 2010-07-29)
基于SURF的图像拼接\SubFunctions\IntegralImage_IntegralImage.m (796, 2010-07-29)
基于SURF的图像拼接\SubFunctions\PaintSURF.m (1089, 2010-07-30)
基于SURF的图像拼接\SubFunctions\SurfDescriptor_DecribeInterestPoints.m (1554, 2010-07-30)
基于SURF的图像拼接\SubFunctions\SurfDescriptor_GetDescriptor.m (3636, 2010-07-30)
基于SURF的图像拼接\SubFunctions\SurfDescriptor_GetOrientation.m (2921, 2010-07-30)
基于SURF的图像拼接\TestImages\1.jpg (44574, 2014-05-10)
基于SURF的图像拼接\TestImages\2.jpg (42050, 2014-05-10)
基于SURF的图像拼接\Untitled.m (269, 2014-06-02)
基于SURF的图像拼接\WarpFunctions\affine_warp.m (9721, 2010-09-06)
基于SURF的图像拼接\图片\1(1).jpg (44574, 2014-05-10)
基于SURF的图像拼接\图片\1(2).jpg (42050, 2014-05-10)
基于SURF的图像拼接\图片\2(1).jpg (105927, 2014-06-10)
基于SURF的图像拼接\图片\2(1).png (178542, 2014-06-04)
基于SURF的图像拼接\图片\2(2).jpg (97948, 2014-06-10)
基于SURF的图像拼接\图片\2(2).png (169979, 2014-06-04)
基于SURF的图像拼接\图片\2.jpg (229635, 2014-06-03)
基于SURF的图像拼接\图片\3(1).jpg (117972, 2014-06-04)
基于SURF的图像拼接\图片\3(2).jpg (271770, 2014-06-10)
基于SURF的图像拼接\图片\3(2).png (496740, 2014-06-04)
基于SURF的图像拼接\图片\3.jpg (233029, 2014-06-04)
... ...

近期下载者

相关文件


收藏者