Welcome![Sign In][Sign Up]
Location:
Search - surf match

Search list

[matlabMatching

Description: 实现了图象匹配的功能,是很不错的编程范例,希望大家会喜欢。-the images matching functions, is a very good example of the programming, I hope you will like.
Platform: | Size: 1024 | Author: sea | Hits:

[Special Effectsransac

Description: 用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。-Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
Platform: | Size: 18432 | 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:

[Windows Developfind_obj_calonder.cpp

Description: This program shows the use of the Calonder point descriptor classifier. SURF is used to detect interest points, Calonder is used to describe/match these points.
Platform: | Size: 2048 | Author: marcusbarnet | Hits:

[OpenCVOpenCV_VC6.0_surf

Description: Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matching, the study of image features match very helpful.
Platform: | Size: 3111936 | Author: king | Hits:

[OpenCVqt_open_surf

Description: 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配,特征点聚类等6中功能。本次实验就简单的测试了图片的检测,匹配和特征点聚类3个功能。并加入了简单的界面。   开发环境为:opencv2.4.2+Qt4.8.2+open surf+windosxp-_1 (Sift algorithm) brief in a classic sift algorithm detected feature points in the previous blog to learn and sift algorithm is more stable, more feature points detected, its largest to determine the higher computational complexity. Followed by many scholars to its improvement, one of the well-known surf algorithm, this article described the Chinese meaning of surf speed feature. This article is not devoted to surf all the theory (the best theory is that the author' s thesis), but the surf algorithm under collate for later reference. Main function given by the author of the code to achieve the 6 functions, including static image feature points detection, detection of feature points in the video, pictures match, the match between the video and pictures, feature point clustering 6 in function. This experiment a simple test image detection, matching and feature point clustering of three functions. And by adding a simple interface. Development environment: opencv2.4.2+Qt4.8.2+open sur
Platform: | Size: 2757632 | Author: wuwei | Hits:

[Windows DevelopoOpenCVsuurfp

Description: opencv是图像处理中常用到的工具箱,本资料为基于此工具箱箱的图像处理匹配算法SURF的实现代码。,已通过测试。 -opencv is commonly used in image processing toolbox, this information is based on the realization of this toolbox box match the image processing algorithm SURF code. , Has been tested.
Platform: | Size: 2444288 | Author: shakaqier | Hits:

[GDI-Bitmapsurf

Description: 基于SURF的图像匹配,通过两个Web-camera构成的双目视觉系统实时提取图片进行匹配,并将相互匹配的匹配点在图像中显示出来-SURF-based image matching, real-time extraction of binocular vision system consisting of two Web-camera picture matching and mutual match match point in the displayed image
Platform: | Size: 18693120 | Author: 乐天 | Hits:

[OpenCVopencv-source-surf-algorithm

Description: 利用opencv中surf实现图片的匹配-Using opencv achieve images match in surf
Platform: | Size: 7597056 | Author: 冬暖 | Hits:

[AI-NN-PRSimpleSURF_csharp-master

Description: C#版的surf匹配,源码亲测可用,欢迎大家下载学习-surf match of c# bu zhidao zenme shuole haibugou 20 a
Platform: | Size: 29696 | Author: 刘玉轩 | Hits:

[OpenCVDetectMTInDB

Description: vs2010下两张图片之间、进行sift匹配,角点LK金字塔光流跟踪,surf匹配。有绘制特征点主方向和辅助方向。具体仔细看代码。-vs2010 down between two pictures, make sift matching corner pyramid LK optical flow tracking, surf match. Have drawn the main direction of the feature points and the auxiliary direction. A closer look at the specific code.
Platform: | Size: 6444032 | Author: 孙天宇 | Hits:

[OtherSurf-extraction-and-matching

Description: Surf特征的提取与配对,先进行surf特征的提取,再进行配对。-Surf feature extraction and matching, to Surf feature extraction, match again.
Platform: | Size: 20641792 | Author: 胡磊 | Hits:

[Special Effectsmatch

Description: Surf算法提取关键点自主实现图像匹配功能-Surf independent of image matching algorithm
Platform: | Size: 1024 | Author: wangli | Hits:

[Othersurfmatch

Description: surf匹配算法外加kdtree的匹配策略和ransac误差剔除-surf match kdtree ransac
Platform: | Size: 43008 | Author: zj | Hits:

[OpenCV代码

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

[OpenCVquickly match

Description: 基于亮度/色彩一致性,在SURF算法的基础上提出了一种快速图像特征点匹配算法,可以缩小特征点匹配所需的运行时间,提高正确匹配率。(Based on the brightness / color consistency, a fast image feature point matching algorithm based on SURF algorithm is proposed, which can reduce the running time of feature point matching and improve the correct matching rate.)
Platform: | Size: 2048 | Author: 落尘薇 | Hits:

[Special Effectsjiaozhun1

Description: 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)
Platform: | Size: 1024 | Author: nkhgl | Hits:

[OpenCVSURF_match

Description: opencv用surf实现特征匹配,vs2015,opencv3.4及以上版本可直接运行(Opencv+Surf+Feature match)
Platform: | Size: 17862656 | Author: LH--LH | Hits:

[OpenCVSURF+brief

Description: 基于opencv库的条件下,实现SURF+brief算法的特征点的提取与匹配,直接复制粘贴即可(Under the condition of OpenCV library, we can extract and match the feature points of SURF+brief algorithm, and copy and paste directly.)
Platform: | Size: 10240 | Author: Jackie_李小宝 | Hits:

[Graph programsurf

Description: surf特征检测,寻找图像的特征,然后标记出来(Image matching to find the similarities, find image characteristics, and then match)
Platform: | Size: 3715072 | Author: 郑超兵 | Hits:
« 12 »

CodeBus www.codebus.net