当前位置:
首页
资源下载

搜索资源 - speeded up robust features
搜索资源列表
-
0下载:
SURF (Speeded Up Robust Features)
http://en.wikipedia.org/wiki/SURF
测试了很多surf的源代码 这个带有匹配的演示例子很不错-code from: http://code.google.com/p/opensurf1/downloads/list
-
-
0下载:
ExtractSURF
Extracts Speeded Up Robust Features from image. downlæ oad and install opencv 1.1pre-ExtractSURF
Extracts Speeded Up Robust Features from image. downlæ oad and install opencv 1.1pre
-
-
0下载:
Speeded Up Robust Features 在SIFT特正点匹配算法上进行改进,代码已完成Matlab->VC的程序打包-Speeded Up Robust Features in the SIFT matching algorithm special on-time improvement, the code has been completed Matlab-> VC packing process
-
-
0下载:
In this paper, a novel scale- and rotation-invariant interest point detector and descr iptor, coined SURF (Speeded Up Robust
Features) is presented. It approximates or even outperforms previously proposed
schemes with respect to repeatability, di
-
-
0下载:
GPU Accelerating Speeded-Up Robust Features. Many computer vision tasks require interest point detection and descr iption, such as real-time visual navigation. We present a GPU implementation of the recently proposed Speeded-Up Robust Feature extract
-
-
0下载:
SURF: Speeded Up Robust Features
suft算法-SURF: Speeded Up Robust Features suft algorithm
-
-
0下载:
图像旋转不变特征提取与匹配的升级版,Speeded Up Robust Features-Speeded Up Robust Features
-
-
0下载:
surf算法程序,用来处理手背经脉纹理的一个算法程序。-Speeded-up Robust Features
-
-
0下载:
SURF图像识匹配快速算法,能有效提高SURF算法的效率-SURF fast mothed
-
-
0下载:
how GPU SURF (Speeded Up Robust Features)
-
-
0下载:
This article presents a novel scale- and rotation-invariant detector and descr iptor, coined SURF (Speeded-Up Robust Features).
SURF approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and ro
-
-
0下载:
C++ implementation of performant scale- and rotation-invariant interest point detector and descr iptor SURF: Speeded Up Robust Features
-
-
0下载:
OpenCV Object Detection and Tracking via SURF (Speeded Up Robust Features) in Emgu CV
-
-
5下载:
SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。
采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
-
-
0下载:
This function OPENSURF, is an implementation of SURF (Speeded Up Robust
Features). SURF will detect landmark points in an image, and describe
the points by a vector which is robust against (a little bit) rotation
,scaling and noise. It ca
-
-
0下载:
Speeded Up Robust Features (SURF) SURF (Speeded Up Robust Features) is a robust local feature detector invariant to scale rotation and illumination similaire to SIFT Scale Invariant Feature Transform
-
-
0下载:
This code is an implementation of SURF (Speeded Up Robust Features). SURF will detect landmark points in an image, and describe the points by a vector which is robust against (a little bit) rotation,scaling and noise. It can be used in the same way a
-
-
1下载:
基于SURF的光流法的运动物体检测应用——检测PTZ是否转动
内容:
(1) 对光流法和SURF进行理论分析。
(2) 应用光流法对运动物体进行检测,理解David Stavens的demo。
(3) 用SURF提取的特征点来作为光流法中的特征点,来检测运动物体,并应用于一个实例:检测ptz云台是否转动。
【实验室项目】-use of optical flow with SURF
Motion estimation and video compressi
-
-
0下载:
快速尺度,旋转不变性点特征提取算法,有实例,另附配准程序。-SURF: Speeded Up Robust Features
-
-
0下载:
该文章对SURF算法有详细的描述,主要描述SURF算法的原来以及存在的问题,该文献是英文版的-SURF Speeded Up Robust Features
-