CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 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
    • 文件大小:367.28kb
    • 提供者: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
    • 文件大小:98.38kb
    • 提供者: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
    • 文件大小:485.3kb
    • 提供者:aapeanuts
  1. match-two-picture-vc

    1下载:
  2. 实现两幅图像的匹配,并做了简易的mfc界面,可以方便直观的看出效果-To achieve the two images match, and made a simple mfc interface, you can easily see the visual effect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.45mb
    • 提供者:zhanghui
  1. Match.rar

    2下载:
  2. 利用OpenCV中的模板匹配来匹配模板和图片,找出图片中含有的模板图像,OpenCV in the use of template matching to match the templates and images, find images of template contains images
  3. 所属分类:Special Effects

    • 发布日期:2016-09-05
    • 文件大小:37.02kb
    • 提供者:周挺
  1. ncc.rar

    0下载:
  2. 由两幅图像匹配,进行合成,Harris提取特征点,匹配速度快,From the two images match, were synthesized, Harris feature point extraction, matching speed and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.71mb
    • 提供者:simon
  1. contourDetect.rar

    0下载:
  2. 人脸检测+眼睛检测(模版匹配)+瞳孔检测+嘴唇检测(cameshift),face detection+ eye detection( template match)+pupil detection+lip detection (camshift)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:46.09mb
    • 提供者:briend
  1. templateMatchDemo

    0下载:
  2. OpenCV template match demo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2.75kb
    • 提供者:konstantin
  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
    • 文件大小:167.54kb
    • 提供者:memcpy
  1. match

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

    • 发布日期:2017-04-17
    • 文件大小:335.55kb
    • 提供者:刘留亭
  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
    • 文件大小:334.88kb
    • 提供者:孙谦
  1. harris_corners_image_registration

    0下载:
  2. 应用harris算子进行角点检测,然后利用相关性检测得到匹配焦点,然后进行图像的重采样,适于对于彩色图像的处理,对于灰度图像,只要将harris算子检测时的图像从彩色道灰度图像的语句去掉即可-Application of operator harris corner detection, and then make use of relevant test match to be the focus, and then carried out resampling images, suitabl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4.39kb
    • 提供者:sai
  1. RANSAC-match

    0下载:
  2. 可以在harris角点检测和ncc粗匹配之后实现精确准确的角点匹配,为下一步配准做准备-Can the Harris corner detection and NCC coarse matching after achieve precise accurate angular point matching, preparing for the next registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1.67kb
    • 提供者:lee
  1. SIFT

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:951byte
    • 提供者:杨博明
  1. InvariantLocalFeatureforImageMatching

    0下载:
  2. Invariant Local Feature for Image Matching,主要是介绍了一下图像副本检测的系统,先对图像提取sift特征,再用LSH匹配-Invariant Local Feature for Image Matching, mainly introduced a copy of what the image detection system, first sift the characteristics of the image extraction, and the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.62mb
    • 提供者:潘自建
  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
    • 文件大小:494.4kb
    • 提供者:
  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
    • 文件大小:5.79kb
    • 提供者:Yingli Xie
  1. match-v3.3.src

    0下载:
  2. 实现图像的匹配,用最大流最小割的算法实现-match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:wangrui
  1. match

    0下载:
  2. 基于OpenCV实现相近两幅图像的特征匹配-OpenCV implementation based on similar characteristics of the two images match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.62mb
    • 提供者:李雯倩
  1. Template+Match

    0下载:
  2. Match one template with a big image !
  3. 所属分类:Special Effects

    • 发布日期:2017-01-26
    • 文件大小:1kb
    • 提供者:Edson
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com