搜索资源列表
CV_SURF
- 用openCV编写的SURF特征检测方法,此代码只供学习交流,版权归原作者所有,如有商业利用请于原作者liuliu联系。
SURF-V1.0.9-WinDLLVC8
- surf代码,能够实现图像上surf特征点的检测和定位等-surf code, to surf on the feature points of image detection and positioning
Opensurf
- Surf,特征点检测算法,比sift还好的算法 论文和代码-Surf, feature point detection algorithm, the algorithm better than the paper sift and code
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
OpenSURF2010.1.8
- SURF特征检测算法代码,需要配置openVC环境,程序在VS2005环境下VC++开发。-SURF detection code.Project use VC++.net2005.You need config openCV .
surf
- 自然场景图像局部不变特征检测与描述,surf算法的图像匹配-Natural scene image detection and descr iption of local invariant features, surf image matching algorithm
SURF-V1.0.9-WinDLL
- SURF特征检测,目前 最常用的方法,鲁棒性强,matlab代码-SURF feature detection, the most commonly used method, robust, matlab code
SURF-OpenCV
- SURF算法和OpenCV的人脸特征检测技术研究 -SURF algorithm and OpenCV Face Feature Detection Technology
FeatureDetection
- 图像的SURF特征检测,并将两张图片的特征进行匹配-SURF feature detection of the image, and the characteristics of the two picture matching
SURF
- SURF特征检测C++源码和英文文献的翻译资料-The SURF feature detection C++ source and English literature translated information
SURF
- surf特征点检测,并实现两幅图像特征点的匹配-surf feature point detection, and the two images matching feature points
SURF
- 这个代码是图像特征检测与匹配的。速度比sift快。-image feature detection and matching
SURF算法代码
- 基于opencv的surf特征点检测算法,英文解释,代码很详细,是个值得参考的资源
SURF-based-image-stitching
- SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
Describe-SURF-Features
- 使用SURF特征检测和匹配特征点,使用SURF特征检测和匹配特征点-Describe SURF Features
surf
- surf特征检测,寻找图像的特征,然后标记出来-Image matching to find the similarities, find image characteristics, and then match
基于surf特征匹配运动补偿的侦查法目标检测
- 基于surf特征匹配运动补偿的侦查法目标检测(Detection target detection based on surf feature matching motion compensation)
特征检测
- 图像特征提取是计算机视觉和图像处理中的一个概念。它指的是使用计算机提取图像信息,决定每个图像的点是否属于一个图像特征。包括:Harris角点、ShiTomasi角点、亚像素级角点、SURF角点、Star关键点、FAST关键点、Lepetit关键点等等(Image feature extraction is a concept in computer vision and image processing. It refers to using a computer to extract imag
OpenSURF_version1c
- 利用matlab实现SURF特征匹配,包括surf特征检测与特征描述(Using MATLAB to implement SURF feature matching, including surf feature detection and feature descr iption)
Surf_match
- SURF检测两幅图片的特征点,最后进行特征点之间的匹配,再输出(SURF detects the feature points of two pictures, and then matches the feature points, and then outputs the feature points.)