Welcome![Sign In][Sign Up]
Location:
Search - Feature Point Match

Search list

[Special Effectsmatchbycorrelation

Description: generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each other within windows surrounding each point.-generates putative matches between previ ously detected feature points in two images by l ooking for points that are maximally correlate d with each other within windows surrounding ea ch point.
Platform: | Size: 3072 | Author: suyu | Hits:

[Special EffectsKLTpointmatch

Description: KLT point match:Detection and Tracking of Point Features.
Platform: | Size: 2751488 | Author: 万黎 | Hits:

[OtherAmatchingmethordbasedonfeaturepoints

Description: 一种新的基于特征点的图像匹配算法,简单高效,只是现在没有实现源码。-A new feature points based on the image matching algorithm, simple and efficient, but do not achieve the source.
Platform: | Size: 303104 | Author: vimone | Hits:

[OtherMATCH

Description: 数字摄影测量相关算法编程,在VC环境下实现影像特征点提取.-Digital photogrammetry related programming algorithm, in the VC environment to achieve image feature point extraction.
Platform: | Size: 4708352 | Author: 曹晓涵 | Hits:

[Special Effectsmatchbycorrelation

Description: MATCHBYCORRELATION - match image feature points by correlation.Function generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each other within windows surrounding each point. Only points that correlate most strongly with each other in *both* directions are returned. This is a simple-minded N^2 comparison. -MATCHBYCORRELATION- match image feature points by correlation.Function generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each other within windows surrounding each point. Only points that correlate most strongly with each other in* both* directions are returned. This is a simple-minded N ^ 2 comparison.
Platform: | Size: 3072 | Author: wugang | Hits:

[Special Effectspj

Description: 提出了一种基于特征点的全自动无缝图像拼接方法。该方法采用对于尺度具有鲁棒性的SIFT算法进行特征点的提取与匹配,并通过引导互匹配及投票过滤的方法提高特征点的匹配精确度,使用稳健的RANSAC算法求出图像间变换矩阵H的初值并使用LM非线性迭代算法精炼H,最终使用加权平滑算法完成了图像的无缝拼接。-Based on feature points of automatic seamless image mosaic method. The method used for the scale robust algorithm SIFT feature point extraction and matching, and guide each other through the match and voting methods of filtering feature point improve matching accuracy, the use of robust RANSAC algorithm between images obtained transformation matrix H the initial value and use the LM non-linear iterative algorithm refining H, end-use-weighted smoothing algorithm to complete the image of the seamless splicing.
Platform: | Size: 151552 | Author: 小兔兔牙 | Hits:

[Special Effectsnewmatch

Description: 对两幅图像进行角点检测,并对检测到的角点进行特征匹配,效果非常好,误匹配率非常低,耗时仅9毫秒-Two images of the corner detection, and detects the angular point feature matching, the effect is very good, very low false match rate, time-consuming only 9 ms
Platform: | Size: 8192 | Author: 张志超 | Hits:

[Special EffectsAn.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

Description: 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature points as corner points, using the normalized gradient of their pre-match template. The shape of the template and then use the template in the four directions within the image edge point and the shortest distance between the template border statistics, access to the template image of the structure of eigenvectors of the feature points in order to achieve the exact match. Experimental results show that the algorithm has good practical value.
Platform: | Size: 171008 | Author: memcpy | Hits:

[Special Effectstuxiangpinjiefa

Description: 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A robust fully automatic image mosaic fusion operator presents a fully automatic image stitching robust fusion algorithm. This algorithm uses the Harris operator angle detection feature point extraction, so that the accuracy of extracting the sub-pixel, and then feature points to the neighborhood gray-scale cross-correlation method for matching feature points have been the initial pseudo-match collection and use of sound RANSAC algorithm pseudo-matching point set is divided into inner and outer points, including point-domain LM optimization algorithm used to estimate accurately the image transform relations between points, and finally the use of color interpolation of the color transition of the junction. The entire algorithm for auto-complete, it has a larger error or error of feature points iterative data filtering, and purification of model data to make estimates
Platform: | Size: 117760 | Author: 王钰 | Hits:

[Graph program20081217

Description: 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢-2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point Detection of sub-pixel precision, the characteristics of the initial match point, the basic matrix calculation and on the very bound to guide matching. matcher.rar online are wrong, but the lack of class, I corrected the error, and all the required libraries are added, has now been compiled through, guaranteed to run! I hope everyone likes
Platform: | Size: 15228928 | Author: star | Hits:

[Graph RecognizeSIFT_VC

Description: 基于OpenCV的SIFT特征点提取进行匹配的程序,程序中采用了两幅图像,匹配后可进行放射变换-OpenCV based on SIFT feature point extraction of matching procedures, the procedures used in the two images, match after radiation transformation
Platform: | Size: 387072 | Author: bill | Hits:

[Special EffectsIRandvisbletuxiangpeizhun

Description: 针对可见光与红外图像的特点和难点,提出了可见光与红外图像配准与融合中的关键技术,即: 使用新型的基于一维最大类间方差和最大连通性测量的图像分割方法对源图像进行分割来更好地实行图像粗 配准 使用新型的特征点提取方法,特征点的匹配及误匹配的消除来更好地实行图像精配准 采用新型的基 于区域的树状小波活性测度计算来实现树状小波图像融合 利用自生成神经网络来实现模栩图像融合. -For visible light and infrared images of the characteristics and difficulties, a visual and infrared image registration and integration of key technologies, namely: the use of new one-dimensional based on the largest variance between-class connectivity and the largest measuring method of image segmentation source image segmentation to better implementation of coarse image registration the use of a new type of feature point extraction method, feature points of the match and the elimination of false matches to better the implementation of image fine registration the use of new tree-based wavelet calculated to measure the achievement of the activity tree wavelet image fusion the use of self-generating neural network to achieve image fusion Xu mode.
Platform: | Size: 482304 | Author: 媛媛 | Hits:

[Special Effectssift-match

Description: sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有-sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
Platform: | Size: 375808 | Author: purple_ice | Hits:

[Special Effectsncc

Description: 由两幅图像匹配,进行合成,Harris提取特征点,匹配速度快-From the two images match, were synthesized, Harris feature point extraction, matching speed and
Platform: | Size: 7030784 | Author: simon | Hits:

[Industry researchsift2

Description: 提出了一种基于线特征和SIFT点特征的多源遥感影像配准方法。该方法首先匹配待配准影像和参 考影像中的线特征,利用匹配直线构建虚拟角点 其次,针对传统SIFT算法匹配多源遥感影像特征点存在的 不足,采用线特征约束点特征的方法进行SIFT同名点对的提取 最后结合虚拟角点对及SIFT同名点对构建三角网进行小面元微分纠正。 -A line-based features and SIFT features multi-point sources of remote sensing image registration. This method first match when matching images and reference images in the line features, using the matching Zhixian construct the virtual corner Secondly, the traditional SIFT algorithm for multi-source remote sensing image matching feature points and its shortcomings, bound with thread features characteristic of the method for point SIFT extraction of the same name points Finally, a virtual corner and SIFT on the same name point to the building triangulation using small panel differential corrected.
Platform: | Size: 275456 | Author: LIDAN | Hits:

[Special EffectsMoravec_corrlation

Description: moravec算子提取特征点,然后用相关度进行匹配-moravec operator feature point extraction, and then match the correlation
Platform: | Size: 336896 | Author: 雁集 | Hits:

[Special EffectsCSSNCC

Description: CSS对边缘图像进行特征点提取然后用改进的NCC算法进行匹配-Using CSS in edge to extract image feature point and then using the modified NCC to match
Platform: | Size: 102400 | Author: FDN | Hits:

[Graph Recognizeextraction-and-match

Description: 指纹识别中的后期指纹特征点提取与匹配算法程序,包括有自定义的.m文件,与之前的预处理联合使用效果更好-Fingerprint in the latter part of the fingerprint feature point extraction and matching algorithm, including custom. M files, in combination with pre-treatment before better
Platform: | Size: 3072 | Author: caixia | Hits:

[Otherharris-match

Description: harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接-harris corner detection, and realize two image feature point matching, the final completion of image stitching
Platform: | Size: 576512 | 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:
« 12 3 »

CodeBus www.codebus.net