搜索资源列表
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
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 .
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快速算法实现图像的配准并完成拼接,代码注解详细,拼接效果比较好,实时性也可以。