Welcome![Sign In][Sign Up]
Location:
Search - SIFT SURF

Search list

[Special Effectssurf特征点匹配

Description: 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
Platform: | Size: 1280017 | Author: youwen1022 | Hits:

[Special EffectsSURF-V1.0.9-WinDLL

Description: SURF特征提取算法的演示程序,在大多情况下处理速度和精度都超过sift算法-SURF feature extraction algorithm demo program, in most of the cases deal with the speed and accuracy of more than sift algorithm
Platform: | Size: 90112 | Author: 马江林 | Hits:

[Special Effectscvsurf

Description: SURF spped up robust features openCV 实现 为源代码 Fast SIFT-SURF spped up robust features openCV the realization of the source code for the Fast SIFT
Platform: | Size: 683008 | Author: hu | Hits:

[2D GraphicSURF-V1.0.9

Description: 一种特征描述算子,功能和sift类似,但比sift速度更快,有重要的研究价值-A characterization of operators, functions and sift similar, but faster than sift, has important research value
Platform: | Size: 1452032 | Author: | Hits:

[Othersurf

Description: SURF算法是继SIFT算法后的又一图像不变特征检测算法,除了具有SIFT算法稳定高效的特点外,还极大的降低了SIFT算法复杂度,大大提高了特征检测和匹配的实时性。这里上传的SURF算法的实现源代码-An interest point detection scheme is presented that is comparable in quality to existing methods, but can be performed much faster. The detection is based on a straightforward color analysis at a coarse granularity.Testing confirms that this detection scheme is much faster than the state-of-the-art. It is also repeatable, even under different viewing conditions. The detector is robust with respect to changes in viewpoint, lighting, zoom, and to a certain extent, rotation.
Platform: | Size: 4551680 | Author: 翟永 | Hits:

[Graph programSURFmex

Description: SIFT简化后的算法,速度快 特征点检测,检测特征点的一种非常有效的算法-SURF SURFmex example function,is very useful!!!
Platform: | Size: 1132544 | Author: 李蒙 | Hits:

[Special EffectsOpenCVsurf

Description: opencv是图像处理中常用到的工具箱,本资料为基于此工具箱的图像处理匹配算法SURF的实现代码。-opencv is commonly used in image processing to the toolbox, the toolbox based on this information for the image processing algorithm to match the achievement of SURF code.
Platform: | Size: 2444288 | Author: 吴若鸿 | Hits:

[Special EffectsmatlabC

Description: SURF算法为SIFT算法的改进,运算速度得到了很大的提高。本资料为基于MATLAB的SURF算法实现,对图像匹配的研究方向会有一定帮助。-SURF algorithm SIFT algorithm, computing speed has been greatly improved. MATLAB based on the information of the SURF algorithm for image matching the direction of the research will certainly help.
Platform: | Size: 1154048 | Author: 吴若鸿 | Hits:

[Windows DevelopCopy_of_SIFT_SURF

Description: Sift Surf example Sift Surf example
Platform: | Size: 2859008 | Author: Mike | Hits:

[Special Effectsiav07-surf

Description: Detecting, identifying, and recognizing salient regions or feature points in images is a very important and fundamental problem to the computer vision and robotics community. Tasks like landmark detection and visual odometry, but also object recognition benefit from stable and repeatable salient features that are invariant to a variety of effects like rotation, scale changes, view point changes, noise, or change in illumination conditions. Recently, two promising new approaches, SIFT and SURF, have been published. In this paper we compare and evaluate how well different available implementations of SIFT and SURF perform in terms of invariancy and runtime efficiency.
Platform: | Size: 869376 | Author: yangwei | Hits:

[Graph programsurf

Description: 2006年,SURF特征成为了类似于SIFT的一个替代品,速度是SIFT的三倍,该程序提供了SURF特征的提取与匹配方法,C++代码,需要OPENCV-SURF feature extraction
Platform: | Size: 3072 | Author: zzzffflll | Hits:

[Othercompare

Description: 本文介绍了SIFT,SURF,PCA-SIFT的各自特点,阐述了各自适用的不同的场景。对图像识别和视频识别有很大的启迪作用。-This article describes the SIFT, SURF, PCA-SIFT to their own characteristics to explain their application of the different scenarios. Image recognition and video recognition a great inspiration.
Platform: | Size: 2844672 | Author: liuweimin | Hits:

[OS programsurforigine

Description: surf origine programe, it is faster than sift and pca-sift. it is easy to read. wish help you.
Platform: | Size: 4262912 | Author: luo juan | Hits:

[OpenCVSIFTSURF

Description: SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
Platform: | Size: 1756160 | Author: 宋丹 | Hits:

[matlabsift-algorithm-pcasift-asift-csift

Description: 一些有关SIFT衍生算法的资料,包括ASIFT, CSIFT, PCA-SIFT, SURF算法,中英文都有,很有价值-Some of the SIFT algorithm is derived, including ASIFT, CSIFT, PCA-SIFT, SURF algorithm, in each category, great value
Platform: | Size: 31945728 | Author: 王雪瑶 | Hits:

[Data structsscene-matching

Description: there are many ways for scenematching such as sift , surf ,correlation ,ncc, ... . in these papres you can see these ways
Platform: | Size: 4422656 | Author: mojtaba | Hits:

[Technology Managementsurf

Description: SURF意指 加速的具有鲁棒性的特征,由Bay在2006年首次提出,这项技术可以应用于计算机视觉的物体识别以及3D重构中。SURF算子由SIFT算子改进而来,一般来说,标准的SURF算子比SIFT算子快好几倍,并且在多幅图片下具有更好的鲁棒性。SURF最大的特征在于采用了harr特征以及积分图像integral image的概念,这大大加快了程序的运行时间。-SURF (Speeded Up Robust Feature) is a robust local feature detector, 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 by the SIFT descriptor. The standard version of SURF is several times faster than SIFT and claimed by its authors to be more robust against different image transformations than SIFT. SURF is based on sums of 2D Haar wavelet responses and makes an efficient use of integral images.
Platform: | Size: 2418688 | Author: | Hits:

[Special EffectsA Comparison of SIFT, PCA-SIFT and SURF

Description: 包含了几种介绍sift改进算法的论文,对于了解最新的sift算法的发展非常有帮助。(Contains several papers introduced sift improved algorithm, for understanding the latest development of the SIFT algorithm is very helpful.)
Platform: | Size: 2859008 | Author: zhoulei | Hits:

[OpenCV代码

Description: 匹配代码sift;surf;ncc;相机标定和校正(Match code and camera calibration)
Platform: | Size: 11264 | Author: | Hits:

[Graph RecognizeORB an effcient alternative to SIFT or SURF

Description: 一种可以有效替代SIFT或者SURF的算法(ORB an effcient alternative to SIFT or SURF)
Platform: | Size: 2571264 | Author: 湖海 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net