呵呵哒呢 在 2011-05-03 08:30:54 上传
说明:matalab调用C程序实现的基于SURF算法的全景图像拼接
开发平台:Visual C++ | 大小:2755KB | 下载100次
kangchenlin 在 2011-04-19 14:54:12 上传
说明:自然场景图像局部不变特征检测与描述,surf算法的图像匹配
开发平台:Visual C++ | 大小:2088KB | 下载54次
ToTplay 在 2011-04-14 19:34:42 上传
说明:surf算法的OpenCV实现,Linux的
开发平台:Visual C++ | 大小:1417KB | 下载18次
daphenne 在 2011-04-08 01:45:05 上传
说明:一些有关SIFT衍生算法的资料,包括ASIFT, CSIFT, PCA-SIFT, SURF算法,中英文都有,很有价值
开发平台:matlab | 大小:31197KB | 下载1533次
lyyds123 在 2011-04-06 22:07:44 上传
说明:surf在vc7.0下的开发版本,可以用来对图片中的物体进行特征提取
开发平台:Visual C++ | 大小:96KB | 下载40次
jennyyu0331 在 2011-04-06 14:27:25 上传
说明:PCA-SIFT算法的实现,PCA-SIFT是对SIFT算法的改进,用PCA替代SIFT算法中的第四步,提高了效率,且准确率更高
开发平台:matlab | 大小:674KB | 下载293次
marcusbarnet 在 2011-04-03 21:22:24 上传
说明:This program shows the use of the Calonder point descriptor classifier. SURF is used to detect interest points, Calonder is used to describe/match these points.
开发平台:C/C++ | 大小:2KB | 下载8次
zdxcuihua 在 2011-04-01 07:08:15 上传
说明:SURF算法,是SIFT的升级版,速度更快,性能也不差,快速实现图像特征点的检测和匹配。
开发平台:matlab | 大小:1331KB | 下载860次
xxeerd 在 2011-03-28 19:22:48 上传
说明:字符识别,包括Pca,surf方法的介绍
开发平台:Visual C++ | 大小:166KB | 下载15次
math0801 在 2011-02-14 00:44:10 上传
说明:详细比较了Matlab三维画图中的几种命令,即mesh,surf,ezmesh,ezsurf,surfc,meshc,ezsurfc,ezmeshc,并且附加我的个人使用经验
开发平台:matlab | 大小:1KB | 下载96次
fsx001 在 2011-01-12 23:00:42 上传
说明:OpenCV SURF在android上的应用 opencv 2.2从2010年12月5日开始支持Android,这是一个应用的例子
开发平台:Others | 大小:6639KB | 下载53次
yayuncn 在 2011-01-11 19:09:29 上传
说明:SURF算法较SIFT算法速度快,SURF算法源代码。
开发平台:Visual C++ | 大小:88KB | 下载130次
jumanji143 在 2011-01-11 11:44:31 上传
说明:This program does a very fast SURF feature extraction and matching using NVidia s GPU hardware
开发平台:Visual C++ | 大小:14806KB | 下载118次
jumanji143 在 2011-01-11 11:41:36 上传
说明:this code does hand gesture recoginition using SURF feature points
开发平台:Visual C++ | 大小:5874KB | 下载106次
irisRoyalty 在 2010-12-14 13:57:47 上传
说明:surf 方法 直接能运行 配上opencv 图像特征点匹配 sift方法的改进版本,在时间上面大大提高同时在光照方面比sift要好很多
开发平台:C/C++ | 大小:3KB | 下载115次
lutao20051495 在 2010-12-14 00:20:47 上传
说明:[K,H,P1,P2] = surfature(X,Y,Z) returns the gaussian curvature of a surface (K), mean curvature (H), and principal curvatures (P1,P2). The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed. Example [X,Y,Z] = peaks [K,H,P1,P2] = surfature(X,Y,Z) surf(X,Y,Z,H, facecolor , interp ) set(gca, clim ,[-1,1])
开发平台:matlab | 大小:1KB | 下载52次
peter1988522 在 2010-12-12 16:20:57 上传
说明:This article presents a novel scale- and rotation-invariant detector and descriptor, coined SURF (Speeded-Up Robust Features). SURF approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster.
开发平台:Visual C++ | 大小:2690KB | 下载7次
kharchol 在 2010-11-29 15:28:42 上传
说明:localization of mobile robot by using Ekf
开发平台:matlab | 大小:609KB | 下载25次
SALAH6688 在 2010-11-26 07:25:21 上传
说明:a real-time 3D pointing gesture recognition algorithm for natural human-robot interaction (HRI). The recognition errors in previous pointing gesture recognition algorithms are mainly caused by the low performance of the hands tracking module and by the unreliability of the direction estimate itself, therefore our proposed algorithm uses 3D particle filter for achieving reliability in hand tracking and cascade hidden Markov model (HMM) for a robust estimate for the pointing direction. When someone enters the field of view of the camera, his or her face and two hands are located and tracked using the particle filters. The first stage HMM takes the hand position estimate and maps it to a more accurate position by modeling the kinematic characteristics of finger pointing.
开发平台:Visual C++ | 大小:4KB | 下载73次
suilei2009 在 2010-11-23 17:50:02 上传
说明:一篇SIFT、PCA-SIFT和SURF比较的文章,本文对上述三种进行了详细的比较,使读者更加深入了解三种方法的区别
开发平台:WORD | 大小:1175KB | 下载127次
rghose 在 2010-11-20 13:31:49 上传
说明:These are the files containing approaches behind the solutions of C-Surf Programming contest. These provide pointers and methods used to solve the problem.
开发平台:PDF | 大小:396KB | 下载18次
ckolk2 在 2010-11-13 15:33:59 上传
说明:在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法
开发平台:Visual C++ | 大小:11859KB | 下载209次
wael_tahon 在 2010-11-13 03:55:46 上传
说明:Open Surf part 5 using C++
开发平台:Visual C++ | 大小:1KB | 下载4次
wael_tahon 在 2010-11-13 03:51:12 上传
说明:Open Surf part 2 using C++
开发平台:Visual C++ | 大小:3KB | 下载5次
liwei1986weili 在 2010-11-06 09:53:15 上传
说明:SURF源码,主要是针对SURF的C++实现,包括一个头文件和一个CPP文件
开发平台:Visual C++ | 大小:10KB | 下载281次
JIEKE2008 在 2010-10-20 11:31:05 上传
说明:中科院写的用surf特征实现目标跟踪,很有参考价值.
开发平台:Visual C++ | 大小:415KB | 下载45次
lomazzacamo 在 2010-08-28 05:58:28 上传
说明:SURF descriptor library based on opencv.
开发平台:C/C++ | 大小:205KB | 下载18次
Swraj 在 2010-08-04 18:46:21 上传
说明:it contains all the matlab m-files regrding the basic programs, surf and all the basic m-files
开发平台:matlab | 大小:8KB | 下载8次
news2020 在 2010-07-27 16:22:34 上传
说明:SURF特征检测算法代码,需要配置openVC环境,程序在VS2005环境下VC++开发。
开发平台:Visual C++ | 大小:1563KB | 下载234次
reinier 在 2010-07-23 23:59:59 上传
说明:Es un método para calcular el comportamiento del metodo surf
开发平台:C# | 大小:1104KB | 下载40次