搜索资源列表
surf特征提取算法源码
- surf特征提取算法源码,用opencv实现,可用于特征匹配、图像拼接等
surf特征点匹配
- 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
SURF-V1.0.9-WinDLL.基于SURF特征点的图像配准代码
- 基于SURF特征点的图像配准代码,可实现两幅图的特征提取及匹配,SURF feature points based on image registration code
SURF
- SURF算法的原文翻译,包括特征提取和特征匹配,加入了作者的一些理解-SURF translation of the original algorithm, including feature extraction and feature matching, adding some understanding of the author
surf
- 2006年,SURF特征成为了类似于SIFT的一个替代品,速度是SIFT的三倍,该程序提供了SURF特征的提取与匹配方法,C++代码,需要OPENCV-SURF feature extraction
surf
- 自然场景图像局部不变特征检测与描述,surf算法的图像匹配-Natural scene image detection and descr iption of local invariant features, surf image matching algorithm
SURF-V1.0.9
- 图像旋转不变特征提取与匹配的升级版,Speeded Up Robust Features-Speeded Up Robust Features
SURF-V1.0.9-WinDLLVCPP
- surf特征点提取以及相应的特征点匹配,C++程序-speed up robust features (SURF), feature matching.C++ Source code
surf-ransac
- 提取surf特征点,并使用ransac算法剔除误匹配点-use surf detect feature points and use ransac delete wrong matching points
SURF-V1.0.9
- 同样是SURF 特征点提取和匹配算法的 MSVC 08 版本。-Also SURF feature extraction and matching algorithms MSVC 08 version.
Harris-SURF
- Harris,SURF特征点提取匹配算法,两种算法实例比较-Harris, SURF feature point extraction matching algorithm compares two algorithms examples
image-matching-using-surf-and-ransac
- 对两幅图像进行配准,分别提取两幅图像的surf特征点以及描述子,得到粗匹配结果,然后根据粗匹配结果,采用ransac方法计算基础矩阵,并去除误匹配点,得到较准确匹配结果-Two image registration, surf was extracted from the feature points in two images to get the coarse matching and descr iptor, then according to the results, the coars
surf-and-Homography-decomposition
- 使用opencv,首先提取两幅图像的surf特征点,然后匹配,求单应矩阵,然后分解得到旋转角度。保证可用,走过路过不要错过。-Using opencv, first extracting feature points of the two images of the surf, and then matching, seeking homography, then decomposition rotation. Guarantee is available, do not miss passin
Describe-SURF-Features
- 使用SURF特征检测和匹配特征点,使用SURF特征检测和匹配特征点-Describe SURF Features
Surf_feature
- Surf特征匹配,C++封装版本,效果还不错-Surf feature matching, c++ package version, the effect is good
opencv_surf
- opencv提取surf特征点 并进行匹配(Extracting surf feature points using opencv)
SURF
- surf特征点匹配,显示匹配点数和时间,以及较优匹配点数(surf feature matching)
基于surf特征匹配运动补偿的侦查法目标检测
- 基于surf特征匹配运动补偿的侦查法目标检测(Detection target detection based on surf feature matching motion compensation)
OpenSURF_version1c
- 利用matlab实现SURF特征匹配,包括surf特征检测与特征描述(Using MATLAB to implement SURF feature matching, including surf feature detection and feature descr iption)
SURFpipei_matlabfunctiontest
- 实现SURF特征点描述子算法,并使用Oxford Dataset图像自动进行精度评价(SURF feature descr iptor and matching precision evaluation)