搜索资源列表
SURF的vc实现
- surf图像处理算法的vc实现
SURF实现
- SURF算法的VC实现
OpenSURFwithimg
- 注意,本程序测试是在VISUAL STUDIO2005下实现的,这个是本人搜索到的基于OPENCV和vc++的SURF算法,原来找到后,无法使用,自己在里面添加了opencv的一些头文件和库函数,直接可以使用,显示结果,希望对大家有帮助。-Note that this procedure test is VISUAL STUDIO2005 to achieve, and this is my search-based OPENCV and vc++ the SURF algorithm, the
CV-SURF
- 基于vc++6.0的SURF算法的程序代码,可以直接运行-Based on the SURF algorithm for vc++6.0 program code can be run directly
SURF_VC6.0
- Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
080435
- 基于MATLAB的数学图形制作 过具体实例研究MATLAB绘制二维图形和三维图形的plot、ezplot、mesh、surf、ezmesh、ezsurf、 plot3等几个作图函数,说明它们的使用方法和技巧。-MATLAB-based graphical mathematical study of the production of any specific examples of MATLAB graphics drawing two-dimensional and three-dim
mubiaojianche
- 这是一个VC寻找圆心的程序,包括比对,二值化,目标检测,圆心定位等操作,是学习目标检测的资料!-This is a VC looking for center point of the process, including comparison, binary, object detection, central positioning operation, target detection information to learn!
OpenSURF2010.1.8
- SURF特征检测算法代码,需要配置openVC环境,程序在VS2005环境下VC++开发。-SURF detection code.Project use VC++.net2005.You need config openCV .
replace
- 以前总用VB和C#发现VC很不方便。替换个字符串都老麻烦。 于是上网找资料。找到不完整代码。于是完善它。发出来,供大家学习 以下代码在VC6.0下编译 使用办法 replace(原字符串,要替换的内容,替换后的内容) 和原来VB中用法一致。。。 -It used to use VB and C# that VC is very convenient. Replace a string old trouble. So surf the Internet. Do not find
07k2134_nguyen-ngoc-thai
- SURF detection code.Project use VC++.net2005
giaotrinh-(1)
- SURF detection code.Project use VC++.net2005
SURF_VC6.0
- 在vc+opencv 中的surf 特征点提取的代码,结果比较好。-In the vc+ opencv surf the feature point extraction code, the result is better
基于SURF两幅图像的拼接
- 基于vc++6.0环境下,有SURF快速算法实现图像的配准并完成拼接,代码注解详细,拼接效果比较好,实时性也可以。