搜索资源列表
sift-match.sift特征点提取代码
- 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
Match-Template.rar
- 模板匹配,能够准确的找出与所给图像一致的目标。,Template matching, the ability to accurately identify the image with the given goal.
match.rar
- 图像匹配方法综述,pdf文件,刚开始学习图像匹配的可以参考,快速了解常见匹配算法,Image Matching Methods, pdf file, just started learning image matching can refer to quickly understand the common matching algorithm
match.rar
- 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。,"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell al
123
- 一种基于方向信息的鲁棒型Hausdorff距离匹配方法。该方法采用方向信息提取图 像边缘,通过计算边缘匹配率( edge matching rate, EMR)获得候选匹配区域,然后采用修正后的Hausdorff距离构造 相似性测度。实验结果表明,该方法加快了匹配过程,提高了抗噪性能,并能够准确匹配含有遮挡和伪边缘点的图 像,从而解决了基于传统Hausdorff距离匹配方法因噪声点、伪边缘点和出格点而造成的误匹配问题。-Based on the direction of inform
Match-Template
- 一个图像模板匹配代码,可以从一幅图中识别特定图像-An image template matching code, a map can identify a specific image
An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.
- 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
match
- 图像匹配的小程序,不成熟,适合初学者熟悉程序用-Small image matching process, immature, suitable for beginners familiar with the procedures used
image-matching
- 图像匹配,通过选定模板图像和要要匹配的图像,在要匹配的图像中用红色方框标记处匹配的区域。-Image matching, through the selected template image and want to match the image, to match the image using the red mark at the box matches the area.
match
- we use GUIDE to creat a GUI in which we load two images ,convert to binary images and calculates the percentage match.This is gud for studying image procssing for beginners. i think this coudl be modified better and hardware interfaced for clinic
IMAGE
- 图像匹配,可以方便从一个图像中找到另外一个图像相似的区域。-image match
imagematch
- This a image match VC++ code,which is a very suitble to the image processing field,I think it useful. -This is a image match VC++ code,which is a very suitble to the image processing field,I think it useful.
Match
- 基于sift的图像间匹配点查找算法,经测试可以可以适应各种图像状况(包括各种仿射变换)。-Sift-based image matching points between the search algorithm, the tests can be adapted to a variety of image conditions (including affine transformation.)
Image-match-selection
- 通过图像的Tamura纹理匹配与颜色直方图匹配来选择图像-through Tamura texture matching and color histogram matching to select the matching image
Image-match
- 图像匹配的vc程序,可以提取图像的特征,根据特征进行匹配 -The image match s vc procedure, may withdraw the image the characteristic, carries on the match according to the characteristic
image-match
- 通过选特征点、图像配准、完成两幅图像的拼接,使用的是vc++的开发环境,可视化界面。-image match
image-match
- image match,find a image math the image stored in the local computer.
image-match
- 此程序主要是基于opencV开发的图像匹配程序,供大家学习-image match
image-match
- image match using in engineering and get information from object
sift_match_Python
- 基于Python,用SIFT算法实现图像匹配。(This code can do image match by SIFT algorithm.)