Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Speeded Up Robust Features
Search - Speeded Up Robust Features - List
SURF (Speeded Up Robust Features) http://en.wikipedia.org/wiki/SURF 测试了很多surf的源代码 这个带有匹配的演示例子很不错-code from: http://code.google.com/p/opensurf1/downloads/list
Update : 2025-02-17 Size : 116kb Publisher : linlin

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
Update : 2025-02-17 Size : 1kb Publisher : rahman

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
Update : 2025-02-17 Size : 1.1mb Publisher : 萧峙清

In this paper, a novel scale- and rotation-invariant interest point detector and descriptor, coined SURF (Speeded Up Robust Features) is presented. It approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster. This is achieved by relying on integral images for image convolutions by building on the strengths of the leading existing detectors and descriptors (in casu, using a Hessian matrix-based measure for the detector, and a distribution-based descriptor) and by simplifying these methods to the essential. This leads to a combination of novel detection, description, and matching steps. The paper presents experimental results on a standard evaluation set, as well as on imagery obtained in the context of a real-life object recognition application. Both show SURF’s strong performance.-In this paper, a novel scale- and rotation-invariant interest point detector and descriptor, coined SURF (Speeded Up Robust Features) is presented. It approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster. This is achieved by relying on integral images for image convolutions by building on the strengths of the leading existing detectors and descriptors (in casu, using a Hessian matrix-based measure for the detector, and a distribution-based descriptor) and by simplifying these methods to the essential. This leads to a combination of novel detection, description, and matching steps. The paper presents experimental results on a standard evaluation set, as well as on imagery obtained in the context of a real-life object recognition application. Both show SURF’s strong performance.
Update : 2025-02-17 Size : 670kb Publisher : yangwei

GPU Accelerating Speeded-Up Robust Features. Many computer vision tasks require interest point detection and description, such as real-time visual navigation. We present a GPU implementation of the recently proposed Speeded-Up Robust Feature extractor, currently the state of the art for this task. Robust feature descriptors can give vast improvements in the quality and speed of subsequent steps, but require intensive computation up front that is well-suited to inexpensive graphics hardware. We describe the algorithm’s translation to the GPU in detail, with several novel optimizations, including a new method of computing multi-dimensional parallel prefix sums. It operates at over 30 Hz at HD resolutions with thousands of features and in excess of 70 Hz at SD resolutions.
Update : 2025-02-17 Size : 1.47mb Publisher : yangwei

SURF: Speeded Up Robust Features suft算法-SURF: Speeded Up Robust Features suft algorithm
Update : 2025-02-17 Size : 665kb Publisher : liqi

SURF算法,是SIFT的升级版,速度更快,性能也不差,快速实现图像特征点的检测和匹配。-SURF algorithm, is an upgraded version of SIFT, faster, not bad performance, rapid detection of image feature points and matching.
Update : 2025-02-17 Size : 1.3mb Publisher : 张东兴

图像旋转不变特征提取与匹配的升级版,Speeded Up Robust Features-Speeded Up Robust Features
Update : 2025-02-17 Size : 1.38mb Publisher : oujl

DL : 0
surf算法程序,用来处理手背经脉纹理的一个算法程序。-Speeded-up Robust Features
Update : 2025-02-17 Size : 1.16mb Publisher : hsy

SURF图像识匹配快速算法,能有效提高SURF算法的效率-SURF fast mothed
Update : 2025-02-17 Size : 666kb Publisher :

DL : 0
how GPU SURF (Speeded Up Robust Features)
Update : 2025-02-17 Size : 51kb Publisher : uxmanz

This article presents a novel scale- and rotation-invariant detector and descriptor, coined SURF (Speeded-Up Robust Features). SURF approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster.-This article presents a novel scale-and rotation-invariant detector and descriptor, coined SURF (Speeded-Up Robust Features). SURF approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster.
Update : 2025-02-17 Size : 2.63mb Publisher : xukaijun

C++ implementation of performant scale- and rotation-invariant interest point detector and descriptor SURF: Speeded Up Robust Features
Update : 2025-02-17 Size : 102kb Publisher : Athos

OpenCV Object Detection and Tracking via SURF (Speeded Up Robust Features) in Emgu CV
Update : 2025-02-17 Size : 47kb Publisher : cc

SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 -SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching.
Update : 2025-02-17 Size : 1.97mb Publisher : 马丁

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 can be used in the same way as SIFT (Scale-invariant feature transform) which is patented. Thus to align (register) two or more images based on corresponding points, or make 3D reconstructions.- 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 can be used in the same way as SIFT (Scale-invariant feature transform) which is patented. Thus to align (register) two or more images based on corresponding points, or make 3D reconstructions.
Update : 2025-02-17 Size : 1.71mb Publisher : deokman

DL : 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
Update : 2025-02-17 Size : 770kb Publisher : ghoualmi

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 as SIFT (Scale-invariant feature transform) which is patented. Thus to align (register) two or more images based on corresponding points.
Update : 2025-02-17 Size : 705kb Publisher : abdouninaceur

基于SURF的光流法的运动物体检测应用——检测PTZ是否转动 内容: (1) 对光流法和SURF进行理论分析。 (2) 应用光流法对运动物体进行检测,理解David Stavens的demo。 (3) 用SURF提取的特征点来作为光流法中的特征点,来检测运动物体,并应用于一个实例:检测ptz云台是否转动。 【实验室项目】-use of optical flow with SURF  Motion estimation and video compression have developed as a major aspect of optical flow research, while the SURF (Speeded Up Robust Features) is a robust local and good feature detector. My task is to use SURF to replace the features of optical flow , and have a comparison of performance.
Update : 2025-02-17 Size : 7.17mb Publisher : 王松

快速尺度,旋转不变性点特征提取算法,有实例,另附配准程序。-SURF: Speeded Up Robust Features
Update : 2025-02-17 Size : 1003kb Publisher : 石神
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.