利用OpenCV和C++编写的SURF算法,作者Christopher Evans是首个利用OpenCV和C++结合的方法实现SURF算法。
File list (Click to check if it's the file you need, and recomment it at the bottom): OpenSURF_Matlab ...............\example2.asv ...............\example2.m ...............\example3.asv .............
说是surf,其实原算法是基于Notes on the OpenSURF Library这篇文档。 下载地址:http://opensurf1.googlecode.com/files/OpenSURFcpp.zip 首先定义 #define PROCEDURE 1 紧接着进入main()主函数: main.cpp int main(void) { if (PROCEDURE ==
SURF算法源代码分析 平台:win x64 + VS2015专业版 +opencv2.4.11 配置类似参考OPENSIFT,参考我的另一篇博客:https://www.cnblogs.com/Alliswell-WP/p/SIFT_sources.html 源代码分析参考博客: 1)分析OpenSurf(1)~(4):https://blog.csdn.net/panda1234lee/art