登录
首页 » Visual C++ » SURF

SURF

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

  • ImageProcess
    26个不同影像处理程序,以VC++开发,是了解影像入门好帮手(26 different image processing procedures to VC++ Development is helpful to understand the image entry)
    2007-12-19 10:28:27下载
    积分:1
  • xiaobo
    小波纹理分析软件.可以进行各种小波分析及图像重建(Wavelet texture analysis software. Can be a variety of wavelet analysis and image reconstruction)
    2008-06-17 15:05:51下载
    积分:1
  • DCTJPEG
    blkproc.m,DCHuffmanEncoding.m,ACHuffmanEncoding.m,zigzag.m,PSNR.m, 对灰度图像进行DCT变换,量化,ZigZag扫描,Huffman编解码,反量化,反DCT变换而重建图像。 其中,blkproc.m为分块DCT变换函数; DCHuffmanEncoding.m,ACHuffmanEncoding.m分别为DC和AC变换系数的Huffman码表函数; zigzag.m为ZigZag扫描函数;PSNR.m为求图像峰值信噪比函数。 Copyright 2008 Reserved @ Wang Chengyou @ Tianjin University, P.R.China. (This function tests the DCTJPEG codec)
    2013-03-24 12:06:34下载
    积分:1
  • zhengxuan
    一款VC++图像开场加载效果,向大家演示了几种图像装载的特效实现的方法,比如扫描显示、滑动显示、渐入显示和马赛克显示等,大家在使用一些幻灯片软件的时候,经学会看到类似的效果,如果你有一定的VC++基础,你可以借鉴一下本效果的具体方法,再次扩展,可以制作出一款带特效的图像查看器(The opening loading effect of a VC++ image to demonstrate the effects achieved in several image loading, such as scanning, slide show, getting into the display and mosaic display, we learn to look at some slides software to similar effect, if you have certain VC++ basis, you can learn about the effects of specific methods, extended again, can create the image of a band effects Viewer)
    2012-11-08 19:51:35下载
    积分:1
  • KMeans-with-opencv
    k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过(k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified)
    2021-01-24 20:28:37下载
    积分:1
  • bwlabel
    说明:  vc++调用matlab函数混合编程实现二值图像的区域标记。(vc++ call matlab function Matlab binary image of the regional markers.)
    2008-10-13 15:39:51下载
    积分: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
  • 的读写MyBitmapImg
    本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能(The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square distance, rename picture and some other functions.)
    2013-09-18 10:05:23下载
    积分:1
  • CBCT
    FDK重建算法 希望对其他人能有帮助 用C和cuda 实现的(fdk reconstrcution algorithm using cuda and c source code hope to help others it may be usefull. it is implented by c and cuda)
    2021-01-09 18:38:50下载
    积分:1
  • DyBMPMovie
    实现“动态”的位图动画,VC++经典编程学习源码,很好的参考资料。(The realization of "dynamic" bitmap animation, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:37:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载