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

搜索资源列表

  1. ssd_cross-correlation.rar

    0下载:
  2. Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005,Relationship Between the Sum of Squared Difference (SS
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2017-03-23
    • 文件大小:41802
    • 提供者:li
  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. templatematching.zip

    0下载:
  2. Template matching code using cross co relation technique,Template matching code using cross co relation technique
  3. 所属分类:matlab

  1. EyeFinder.rar

    1下载:
  2. 人眼定位的matlab代码,使用模板匹配的方法实现,The human eye positioning matlab code, using a template matching method
  3. 所属分类:Graph Recognize

    • 发布日期:2015-11-13
    • 文件大小:2468
    • 提供者:钱明
  1. ssd.rar

    1下载:
  2. 这是模板匹配SSD的源代码,用MATLAB编写,This is template matching SSD source code, using MATLAB to prepare
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:12574
    • 提供者:峰峰
  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. 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. matching

    0下载:
  2. 使用matlab编写的一个简单模板匹配程序对作立体匹配的初学者的入门程序-Matlab prepared using a simple template matching procedure for three-dimensional matching of the entry procedures for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:49625
    • 提供者:任冉冉
  1. Template-matching

    0下载:
  2. 模板匹配字符识别的程序,字符的模板制作说明-Template matching character recognition program, the character descr iption of the template production
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:874993
    • 提供者:
  1. imcorr

    0下载:
  2. 基于相关的模板匹配算法的Matlab实现,表示出了相应的匹配区域-Template matching algorithm based on the correlation of the Matlab implementation, expressed the corresponding matching region
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:601
    • 提供者:章智凯
  1. PhaseBasedTemplateMatching

    0下载:
  2. Phase Based Template Matching: Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skipping steps while doing correlati
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:71967
    • 提供者:zhangxq
  1. pipei

    0下载:
  2. .testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性 2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性 3.three.m为带有界面的演示程序,包含了上述两种算法,在MATLAB7.1中,在命令窗口下输入 edit three (three文件一定要在work文件夹下)回车后就可以进行使用了。 4.testpipei_1.m和testpipei_2.m的函数使用说明详细见各自的文件内 5.testpi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:196530
    • 提供者:郭飞飞
  1. my_codes1

    0下载:
  2. 简单的模板程序配准,匹配的效果基本上可以满足一般的要求。实用,简单。-two functions used to implement template matching. the program finds the template image inside the target image using correlation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:9142
    • 提供者:wangwei
  1. NumberRecognitionSystem

    0下载:
  2. 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:349484
    • 提供者:kongchao
  1. haarwavelet

    0下载:
  2. haar小波变换 在图像配准中可以使用 进而进行基于小波金字塔的模板交互匹配-haar wavelet transform in image registration can be used to carry out based on wavelet pyramid interactive template matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:157597
    • 提供者:王华
  1. Matlab

    0下载:
  2. 图像模板匹配算法用MATLAB来试验,有例子大家可以看看,有上占还不完好,有能力的自己-Image template matching algorithm using MATLAB to test, there are examples we can see, there are not well accounted for, the ability of their changed
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:68268
    • 提供者:zheng
  1. ssda

    1下载:
  2. 关于数字图像处理中的ssda模板匹配方法。程序实现在指定图像中生成一个大小固定的矩形区域,然后用模板匹配法找出矩形位置。使用SSDA算法实现。包括源程序、待处理图像以及运行结果截图。-On digital image processing ssda template matching method. Procedures to achieve the specified image to generate a fixed size rectangular region, and then pos
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:119216
    • 提供者:刘雨相
  1. matlab-picture-matching

    1下载:
  2. matlab下实现模板的匹配,完整的UI设计 欢迎下载哦,多多支持!-matlab template matching to achieve complete UI design are welcome to download Oh, a lot of support!
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:196327
    • 提供者:盖盖
  1. rotation-template-matching

    0下载:
  2. 基于互信息的模板匹配算法,最后通过fminsearch函数寻找全局最小值,以此达到互信息最大,可以对旋转的模板进行比较精确的匹配-rotation template matching using correlation of information,this method can get the precise result
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:699
    • 提供者:王光
  1. template matching

    0下载:
  2. code for image template matching in matlab
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:56320
    • 提供者:neha0991
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com