搜索资源列表
OpenSURF.zip
- SURF feature descr iptor ,SURF feature descr iptor
OpenSURF_310809
- surf descr iptor for object recognition
eccv06
- 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
OpenSURFcpp
- SURF descr iptor library based on opencv.
find_obj_calonder.cpp
- This program shows the use of the Calonder point descr iptor classifier. SURF is used to detect interest points, Calonder is used to describe/match these points.
samples
- SURF_DETECTOR SURF (Speeded Up Robust Feature) is a robust image detector and descr iptor, first presented by Herbert Bay et al. in 2006, that can be used in computer vision tasks like object recognition or 3D reconstruction. It is partly inspired
SURF
- 简单的opensurf算法,c语言实现,用到了opencv-the SURF detector-descr iptor scheme used in the OpenSURF library is discussed in detail.
CLassical-descriptor
- sift,surf,daisy,steerfilter,shape context,smd,gih,金字塔方向直方图phog-sift,surf,daisy,steerfilter,shape context,smd,gih
Good-descriptor
- 经典的描述子集合,主要有:sift,surf,steerfilter,SMD,-Classical descr iptors: sift,surf,steerfilter,SMD,......
SpeededUpRobustFature
- 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
SURF
- This is surf(Speeded Up Features Robust) matlab code for detection keypoint and construct descr iptor and matching
SURF-V1.0.9-WinDLLVC8.tar
- C++ implementation of performant scale- and rotation-invariant interest point detector and descr iptor SURF: Speeded Up Robust Features
SURF-Demo
- SURF Descr iptor Algorithm
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
- This is achieved by relying on integral images for image convolutions by building on the strengths of the leading existing detectors and descr iptors (in casu, using a Hessian matrix-based measure for the detector, and a distribution-based descr ipto
FeatureDescription
- vs2010+opencv,建立SURF特征点的描述子,对输入图像的特征点建立描述子-vs2010+opencv, build descr iptor SURF feature points, the feature point of the input image build descr iptor
FLANN_and_SURF
- 检测Surf关键点、提取训练图像描述符,创建基于FLANN的描述符匹配对象-To check surf key points extracted image descr iptor training, create the descr iptor-based matching objects FLANN
SURFandRANSAC
- 本程序的功能是基于opencv库,用SURF提取特征,并保存描述子,再用随机抽样一致性算法剔除错误的匹配点,保存匹配好的点坐标,效果可以,你也可以换成SIFT或ORB来看效果。-This procedure is the function of feature extraction using SURF, and save the descr iptor matching points and random consistency algorithm to eliminate errors, s
surf
- SURF意指 加速的具有鲁棒性的特征,由Bay在2006年首次提出,这项技术可以应用于计算机视觉的物体识别以及3D重构中。SURF算子由SIFT算子改进而来,一般来说,标准的SURF算子比SIFT算子快好几倍,并且在多幅图片下具有更好的鲁棒性。SURF最大的特征在于采用了harr特征以及积分图像integral image的概念,这大大加快了程序的运行时间。-SURF (Speeded Up Robust Feature) is a robust local feature detector,
SURFpipei_matlabfunctiontest
- 实现SURF特征点描述子算法,并使用Oxford Dataset图像自动进行精度评价(SURF feature descr iptor and matching precision evaluation)