CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - image match

搜索资源列表

  1. sift-match.sift特征点提取代码

    5下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-05-13
    • 文件大小:376098
    • 提供者:purple_ice
  1. Match-Template.rar

    1下载:
  2. 模板匹配,能够准确的找出与所给图像一致的目标。,Template matching, the ability to accurately identify the image with the given goal.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:100743
    • 提供者:cheng tiantian
  1. match.rar

    0下载:
  2. 图像匹配方法综述,pdf文件,刚开始学习图像匹配的可以参考,快速了解常见匹配算法,Image Matching Methods, pdf file, just started learning image matching can refer to quickly understand the common matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:496952
    • 提供者:aapeanuts
  1. match.rar

    1下载:
  2. 《图像配准技术及其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
  3. 所属分类:matlab

    • 发布日期:2016-09-19
    • 文件大小:345377
    • 提供者:fzj
  1. Match-Template

    0下载:
  2. 一个图像模板匹配代码,可以从一幅图中识别特定图像-An image template matching code, a map can identify a specific image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:98751
    • 提供者:xingxing
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:171565
    • 提供者:memcpy
  1. match

    0下载:
  2. 图像匹配的小程序,不成熟,适合初学者熟悉程序用-Small image matching process, immature, suitable for beginners familiar with the procedures used
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:343608
    • 提供者:刘留亭
  1. image-matching

    0下载:
  2. 图像匹配,通过选定模板图像和要要匹配的图像,在要匹配的图像中用红色方框标记处匹配的区域。-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.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:342912
    • 提供者:孙谦
  1. Match

    0下载:
  2. 图像匹配程序,实现ICA、PCA、SIFT多种算法的匹配,并进行比较-Image matching process, to achieve ICA, PCA, SIFT matching a variety of algorithms, and compare
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:768972
    • 提供者:sunyanbiao
  1. SIFTAlgorithmcodes

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT) 在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配。-DG lowe the scale-invariant features of the conversion algorithm (SIFT) and OpenGL-based opencv source code based on the increase in the preservation of image fe
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:506269
    • 提供者:
  1. SIFT_demo

    0下载:
  2. SIFT是一种非常热门的图像匹配算法,能对发生旋转、缩放的图像进行匹配,文件演示了匹配过程,用MATLAB给出了源代码-SIFT is a very popular image matching algorithm, can occur rotating, zooming, image match, the document demonstrated the matching process, using MATLAB source code is given
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1473000
    • 提供者:cxl
  1. match

    0下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5924
    • 提供者:Yingli Xie
  1. imagematch

    0下载:
  2. 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.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2408680
    • 提供者:王贤
  1. Match

    1下载:
  2. 基于sift的图像间匹配点查找算法,经测试可以可以适应各种图像状况(包括各种仿射变换)。-Sift-based image matching points between the search algorithm, the tests can be adapted to a variety of image conditions (including affine transformation.)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4097225
    • 提供者:matchless
  1. Image-match-selection

    0下载:
  2. 通过图像的Tamura纹理匹配与颜色直方图匹配来选择图像-through Tamura texture matching and color histogram matching to select the matching image
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1471
    • 提供者:mengjian
  1. Image-match

    0下载:
  2. 图像匹配的vc程序,可以提取图像的特征,根据特征进行匹配 -The image match s vc procedure, may withdraw the image the characteristic, carries on the match according to the characteristic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:123143
    • 提供者:yang
  1. image-match

    2下载:
  2. 通过选特征点、图像配准、完成两幅图像的拼接,使用的是vc++的开发环境,可视化界面。-image match
  3. 所属分类:其他小程序

    • 发布日期:2013-05-11
    • 文件大小:2187587
    • 提供者:luying
  1. image-match

    0下载:
  2. image match,find a image math the image stored in the local computer.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:406149
    • 提供者:nexttime
  1. image-match

    0下载:
  2. 此程序主要是基于opencV开发的图像匹配程序,供大家学习-image match
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1835738
    • 提供者:dengyan
  1. sift_match_Python

    0下载:
  2. 基于Python,用SIFT算法实现图像匹配。(This code can do image match by SIFT algorithm.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:41720832
    • 提供者:白日烟火
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com