登录
首页 » Visual C++ » SURF

SURF

于 2013-10-04 发布 文件大小:9231KB
0 211
下载积分: 1 下载次数: 48

代码说明:

  基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)

文件列表:

SURF
....\example2.asv,1711,2013-08-28
....\example2.m,1553,2013-09-03
....\example3.m,1776,2013-09-03
....\OpenSurf.m,3778,2013-08-28
....\SubFunctions
....\............\FastHessian_BuildDerivative.m,603,2013-08-28
....\............\FastHessian_buildResponseLayer.m,1699,2013-08-28
....\............\FastHessian_buildResponseMap.m,1877,2013-08-28
....\............\FastHessian_getIpoints.m,2353,2013-08-28
....\............\FastHessian_getLaplacian.m,455,2013-08-28
....\............\FastHessian_getResponse.m,450,2013-08-28
....\............\FastHessian_interpolateExtremum.m,2478,2013-08-28
....\............\FastHessian_isExtremum.m,1680,2013-08-28
....\............\FastHessian_ResponseLayer.m,738,2013-08-28
....\............\IntegralImage_BoxIntegral.m,791,2013-08-28
....\............\IntegralImage_HaarX.m,494,2013-08-28
....\............\IntegralImage_HaarY.m,556,2013-08-28
....\............\IntegralImage_IntegralImage.m,796,2013-08-28
....\............\PaintSURF.m,1089,2013-08-28
....\............\SurfDescriptor_DecribeInterestPoints.m,1554,2013-08-28
....\............\SurfDescriptor_GetDescriptor.m,3636,2013-08-28
....\............\SurfDescriptor_GetOrientation.m,2921,2013-08-28
....\TestImages


....\..........\leuven
....\..........\......\H1to2p,147,2013-08-28
....\..........\......\H1to3p,147,2013-08-28
....\..........\......\H1to4p,147,2013-08-28
....\..........\......\H1to5p,147,2013-08-28
....\..........\......\H1to6p,147,2013-08-28
....\..........\......\img1.ppm,1620015,2013-08-28
....\..........\......\img2.ppm,1620015,2013-08-28
....\..........\......\img3.ppm,1620015,2013-08-28
....\..........\......\img4.ppm,1620015,2013-08-28
....\..........\......\img5.ppm,1620015,2013-08-28
....\..........\......\img6.ppm,1620015,2013-08-28



....\..........\ubc
....\..........\...\H1to2p,18,2013-08-28
....\..........\...\H1to3p,18,2013-08-28
....\..........\...\H1to4p,18,2013-08-28
....\..........\...\H1to5p,18,2013-08-28
....\..........\...\H1to6p,18,2013-08-28
....\..........\...\img1.ppm,1536074,2013-08-28
....\..........\...\img2.ppm,1536168,2013-08-28
....\..........\...\img3.ppm,1536168,2013-08-28
....\..........\...\img4.ppm,1536168,2013-08-28
....\..........\...\img5.ppm,1536167,2013-08-28
....\..........\...\img6.ppm,1536167,2013-08-28
....\WarpFunctions
....\.............\affine_warp.m,9721,2013-08-28
....\基于SURF的图像特征点匹配算法.doc,2448384,2013-10-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Tclaaheeh
    自适应直方图均衡算法,因为是从从局部入手,所以图像增强效果显著。 (Adaptive histogram equalization algorithm, because from the start from the local image enhancement effect is remarkable.)
    2012-07-23 13:22:08下载
    积分:1
  • liver_ultr
    Abstract—Noninvasive ultrasound imaging of carotid plaques allows for the development of plaque-image analysis methods associated with the risk of stroke. This paper presents several plaqueimage analysis methods that have been developed over the past years. The paper begins with a review of clinical methods for visual classification that have led to standardized methods for image acquisition, describes methods for image segmentation and denoizing, and provides an overview of the several texture-feature extraction and classification methods that have been applied. We provide a summary of emerging trends in 3-D imaging methods and plaque-motion analysis. Finally, we provide a discussion of the emerging trends and future directions in our concluding remarks.
    2013-10-28 12:36:04下载
    积分:1
  • B1-spline
    图像变形处理程序,VC2013+opencv实现,利用三种差之方法扭曲变形( Image deformation processing program, VC2013+ opencv realized the difference between using three methods distorted)
    2014-12-09 17:53:57下载
    积分:1
  • Jpeg
    说明:  Jpeg算法源代码,包含jpeg的各种算法实现的vc++的源代码(Jpeg algorithm source code, including the various algorithms jpeg of vc++ source code)
    2010-04-28 16:05:05下载
    积分:1
  • mom
    经典矩量法点匹配程序,重推导,注释说明详细(Classical point matching moment method procedure)
    2011-05-12 23:00:16下载
    积分:1
  • docking_window_demo
    这是一段视频分割的源代码 效果比较好 希望对大家有帮助(This is a video segmentation of the source code for the effect we hope to help)
    2013-05-09 16:42:36下载
    积分:1
  • lecture6_eigen_selection
    中科院图像理解与计算机视觉课件6 值得参考一下 some topics on pattern recognition and computer vision(Chinese Academy of Sciences and Computer Vision Image Understanding Courseware 6 worth refer to some topics on pattern recognition and computer vision)
    2008-04-25 21:16:01下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • rayTracing-1
    这是我的图形学的作业,实现光线跟踪。也是学别人做的,仅供学习用。(this is a study work about computer graphics , realizing tracking )
    2012-04-23 22:31:49下载
    积分:1
  • imageprocess
    这是本智能图像处理的书教你如何读取BMP图像二值化中值滤波还有灰度变换图像匹配,检索(This is the intelligent image processing book teaches you how to read the BMP image binarization there are gray-scale transformation in the value of the filter image matching, retrieval)
    2011-05-23 21:23:19下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载