登录
首页 » Visual C++ » SURF

SURF

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

  • 1
    说明:  这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。(This is a vc6.0 console based on the OpenCV procedures, in this case gives an example of elliptic curve fitting, the program first to discover the outline of the image, and then close it with an oval.)
    2008-05-13 15:21:14下载
    积分:1
  • gusu
    利用visualC++和图像处理的知识,编写程序对果蔬进行自动识别(Using visualC++ and image processing knowledge, write a program for automatic identification of fruits and vegetables)
    2010-10-17 22:47:17下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • lbgvq
    lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。(lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.)
    2021-01-06 21:28:54下载
    积分:1
  • demons
    demons三维非刚性图像配准,速度很快,基于ITK(demons of 3D non-rigid image registration, very fast, based on ITK)
    2012-08-18 19:51:17下载
    积分:1
  • main
    利用形态学,霍夫(Hough)变换,实现畸变QR码的4个角点的定位。(To correct the distortion of the QR code,use morphology operation, Hough transform, to locat the positioning of the four corner points)
    2012-03-14 15:17:57下载
    积分:1
  • GMM-modeling-and-EM
    介绍Opencv这个图像处理库环境下的GMM建模与EM算法,从数学的角度深入分析高斯建模和EM算法(Introduce the the Opencv this image processing GMM modeling the EM algorithm in the library environment, in-depth analysis from a mathematical point of the Gaussian model and the EM algorithm)
    2012-07-11 15:40:59下载
    积分:1
  • FaceRecognition1
    基于AdaBoost的人脸检测程序代码(是用c++编写的)(AdaBoost-based face detection program code (written with c++))
    2013-06-24 15:22:08下载
    积分:1
  • loci
    实现用帧差法画质心轨迹 高斯背景建模 可以运行的程序 opencv(Picture frame difference method implemented by the loci of Gaussian background modeling)
    2014-05-19 21:27:37下载
    积分:1
  • 1
    说明:  双目视觉导航的文章,介绍了CCD标定,图像匹配,三维重建等关键技术(TE PLEASE DOWNLOAD IT )
    2015-02-11 01:56:24下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载