搜索资源列表
-
0下载:
自己做的数字识别的程序,主要是匹配方法,先栽入模版,再栽入所要识别的数字,还附带了矩算法和特征点算法-own digital identification procedures, mainly matching method, the first unknown template, and to identify the unknown by the figures, but also the incidental moments algorithm and feature points Alg
-
-
0下载:
提出了一种基于3点匹配的图像拼接算法。该算法以有效的选取准则为基础,选取种子模板,按照预定的搜索策略,匹配出对应
的特征点,利用误匹配消除准则,消除可能出现的误匹配,为后续的优化算法提供初值。-Based on the 3:00 match image mosaic algorithm. The algorithm for the effective selection criteria, based on a template to select seed, according to th
-
-
0下载:
对血管图像进行处理,得到图像的特征点,为以后进一步处理图像匹配做基础-Vascular image processing of image feature points, for the subsequent image matching as a foundation for further processing
-
-
0下载:
一个简单的OPENGL中的关于特征点匹配的例子,很有参考价值-OPENGL in a simple matching feature points on the example of great reference value
-
-
0下载:
基于sift的特征点匹配算法,实现图像特征点的匹配-Sift the feature points based on matching algorithms
-
-
0下载:
sift特征点提取代码和对两幅图像提取特征点后进行特特征点匹配,可用于图像拼接等。c和matlab代码都有
-sift feature point extraction code and the special feature points matching image stitching, etc., can be used to extract feature points of the two images. c and matlab code has
-
-
0下载:
surf特征点检测,并实现两幅图像特征点的匹配-surf feature point detection, and the two images matching feature points
-
-
0下载:
该匹配算法是用surf特征点和随机一致性算法共同完成的,精度高,可靠性好。代码是OpenCV,C++写的 效果不错。-The matching algorithm is surf feature points and random consistency algorithm together to complete, high precision, good reliability. Code is OpenCV, C++ write good results.
-
-
0下载:
D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
-
-
0下载:
影像特征提取与同名点匹配,读取图像,在窗口中显示,提取特征点(“+”表示),匹配同名像点(“+”表示),列表显示各特征点和匹配点的像素坐标位置-Image feature point extraction and matching tie points,Read image displayed in the window, extracts feature points ("+" indication), the same name as the matching point ("+" indi
-
-
3下载:
指纹识别的matlab全代码,包括预处理,提取特征点,点匹配。。。其中用到gabor滤波-The whole fingerprint recognition matlab code, including preprocessing, feature point extraction, points matching. . . Which uses gabor filter
-
-
0下载:
图像处理中经常用到的算法。。。比较常用surf特征点匹配、二值化、边缘等需要配置相应的库才能运行-Image processing algorithm is often used in... More commonly used surf feature points matching, binarization and edge need to configure the corresponding library to run
-
-
1下载:
Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale ch
-
-
0下载:
本程序通过提取SURF特征,实现同一场景不同视角特征点的匹配-The SURF program by extracting features different perspectives of the same scene to achieve matching feature points
-
-
0下载:
影响匹配,特征点提取后的影像相关系数,来找同名点。-Image matching, image feature points extracted correlation coefficient, and came to the point of the same name.
-
-
0下载:
Matlab 写的sift查找特征点和特征匹配的算法代码。
输入两幅图像,检测特征点并匹配,输出匹配结果-Matlab write sift Find feature points and feature matching algorithm code.
Enter the two images, the feature point detection and matching, output matching results
-
-
0下载:
Harris算子提取特征点、匹配、提粗匹配程序,(基于opencv).-Harris operator extracting feature points, matching proposed matching program, (based on opencv).
-
-
0下载:
Harris operator extracting feature points, matching proposed matching program, (based on opencv).
-
-
1下载:
对输入的两幅图像进行surf特征点匹配,并标注出特征点。-Matching Surf feature points between images
-
-
0下载:
sift查询找到特征点,根据这些特征点,读者可以使用特征匹配方式-Sift query find feature points, according to these feature points, readers can use the feature matching
-