搜索资源列表
surf特征提取算法源码
- surf特征提取算法源码,用opencv实现,可用于特征匹配、图像拼接等
surf特征点匹配
- 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
OpenSURF_version1c(1)
- SURF算法,是SIFT的升级版,速度更快,性能也不差,快速实现图像特征点的检测和匹配。-SURF algorithm, is an upgraded version of SIFT, faster, not bad performance, rapid detection of image feature points and matching.
OpenSURF
- surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstruction, image mosaic, and othe
SURF-V1.0.9
- 图像旋转不变特征提取与匹配的升级版,Speeded Up Robust Features-Speeded Up Robust Features
opensurf_CPP
- 基于SURF特征点的图像匹配算法,C++代码。-C/CPP cods for image matching based on SURF.
SURF
- 基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高-Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly impro
SURF
- 这个代码是图像特征检测与匹配的。速度比sift快。-image feature detection and matching
SURF-V1.0.9
- 同样是SURF 特征点提取和匹配算法的 MSVC 08 版本。-Also SURF feature extraction and matching algorithms MSVC 08 version.
matlab--surf
- 运用matlabr2012a,实现SURF算法的图像特征提取和匹配。-Use matlabr2012a, SURF algorithm for image feature extraction and matching.
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-based-image-stitching
- SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
textureTest3
- 利用fast特征检测,surf等匹配方式对车窗纹理区域进行识别和跟踪,用于嫌疑车辆定位-Using fast feature detection, surf and other matching methods to identify and track the texture of the window region, for the location of the suspect vehicle, etc.
Surf-based-image-mosaic
- 基于surf的图像拼接技术包括三大部分:特征点提取与匹配,图像配准,图像合成。-Surf image stitching technology based include three parts: the feature point extraction and matching, image registration, image synthesis.
SURF
- 特征点提取与匹配,很好的一种图像配准算法-Feature point extraction and matching, a good image registration algorithm
OpenSURF_version1c-(2)
- 图像角点特征提取与匹配:surf特征提取与匹配-Surf feature extraction and matching
automotive-style-recognition
- 车型识别,根据surf算法特征匹配实现大型车、小型车的识别。-automotive style recognition
基于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)