搜索资源列表
SURF-V1.0.9-WinDLLVC
- 基于OpenCV的SURF算法实现。
surf特征提取算法源码
- surf特征提取算法源码,用opencv实现,可用于特征匹配、图像拼接等
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
SIFTSURF
- SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
opencv
- opencv所有的学习资料! 包括参考手册,opencv 教程,opencv基础教程手册-opencv all the learning materials! Including the reference manual, opencv tutorial, opencv Essentials Manual
LearningOpenCV
- Learning OPENCV 是2008年最新的opencv学习教程 非常实用的教程-Learning OPENCV is the latest in 2008 learning opencv tutorial very useful tutorial
OpenSurf
- you can detect feature points in any image. OpenCV is needed.. it uses surf algorithm to do so
surf
- 2006年,SURF特征成为了类似于SIFT的一个替代品,速度是SIFT的三倍,该程序提供了SURF特征的提取与匹配方法,C++代码,需要OPENCV-SURF feature extraction
drc_surf
- SUrf algorithm for opencv version
OpenSURF2010.1.8
- SURF特征检测算法代码,需要配置openVC环境,程序在VS2005环境下VC++开发。-SURF detection code.Project use VC++.net2005.You need config openCV .
OpenSURFcpp
- SURF descr iptor library based on opencv.
SURF
- surf算法的OpenCV实现,Linux的-OpenCV implementation surf algorithm, Linux' s
surf
- 基于opencv surf匹配的源码 很方便实用的-Opencv surf-based matching of source
SURF-characterization
- VS1020+opencv Surf 特征点的描述,Opencv版本2.49可运行-VS1020+ descr iption, Opencv version 2.49 opencv Surf feature points can be run
OpenCV-SURF-feature-point-matching
- Opencv SURF特征点匹配,包含可以正常运行的完整代码。-Opencv SURF feature point matching, contains the complete code can run normally.
OpenCV-SURF-feature-point-detection
- Opencv SURF 特征点检测,包含可以运行的完整源代码。-Opencv SURF feature detection, contains the complete source code can be run.
opencv_surf
- opencv提取surf特征点 并进行匹配(Extracting surf feature points using opencv)
SURF
- OpenCV provides SURF functionalities just like SIFT. You initiate a SURF object with some optional conditions like 64/128-dim descr iptors, Upright/Normal SURF etc. All the details are well explained in docs.
Surf_test
- 基于OpenCV3.0.0版本的SURF算法及程序测试(SURF algorithm and program testing based on OpenCV3.0.0 version)
SURF_match
- opencv用surf实现特征匹配,vs2015,opencv3.4及以上版本可直接运行(Opencv+Surf+Feature match)