登录
首页 » Visual C++ » SURF

SURF

于 2013-10-04 发布 文件大小:9231KB
0 239
下载积分: 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 个回复

  • two-number
    该程序能够实现图像的二值化,基于C语言的。实现的效果很好(The program to achieve a binary image, based on C language. Achieve a good effect)
    2012-07-05 14:12:03下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • cubicfive
    用C++编写的产生文章的程序,方便有需要的人(C generated articles prepared by the procedures that are accessible to people in need)
    2007-05-11 09:18:16下载
    积分:1
  • 37
    说明:  对3D数据运用gpu实现八叉树,完成分割并进行渲染。(The use of 3D data on the GPU octree to achieve complete segmentation and rendering.)
    2007-12-05 08:56:34下载
    积分:1
  • xbsf
    小波算法。机械化的提高我们的效率。让我们减少错误率。大家要对她有性心。(Wavelet algorithm. Mechanization to improve our efficiency. Let us reduce the error rate. We have to have sex to her heart.)
    2013-12-03 21:36:15下载
    积分:1
  • vb6
    图像处理缩放,大小随意改变,平滑处理,基于vb6.0设计(Zoom image processing, size change, smooth deal, based on the design VB6.0)
    2009-03-25 15:11:17下载
    积分:1
  • Hilbert
    hilbert程序实现变换 需要的朋友可以参考(hilbert transform program can refer to a friend in need)
    2020-08-23 19:58:18下载
    积分:1
  • keypointDetection
    点云关键点搜索,根据曲率极值法搜索关键点(PCL:keypoint detection, used for registration and segmentation)
    2017-12-28 14:02:11下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • ZhengNan5
    图像的逆滤波 维纳滤波 同时可以对图像进行模糊处理比如运动模糊 卷积模糊(Using C++ to complete images of conversion, processing and compression process, is to learn good reference digital image processing program!)
    2011-05-14 20:02:47下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载