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

搜索资源列表

  1. 模板匹配实例

    0下载:
  2. 模板匹配简单实例 可用于新手测试 与示范 用opencv实现(A simple template matching example can be used for the novice test and demonstration opencv implementation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:5596160
    • 提供者:cxz11
  1. 模板匹配

    0下载:
  2. 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:94208
    • 提供者:LeixianWang
  1. 基于opencv的交通标志识别

    1下载:
  2. 基于opencv的交通标志识别,主要运用轮廓识别和模板匹配。适用于简单自然条件下的识别(Opencv based traffic sign recognition mainly uses contour recognition and template matching. Identification for simple natural conditions)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:9414656
    • 提供者:君子卷
  1. matchtemplate.cpp

    0下载:
  2. 模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
  3. 所属分类:OpenCV

  1. WeChat_jump

    0下载:
  2. 电脑模拟按键实现微信跳一跳自动跳跃。首先就是在上传的autojump.png图片上进行模板匹配,匹配出小人,并计算小人的坐标;如上图所示,框出来的用红色箭头所指即为小人的坐标! 然后就是通过Canny()函数进行图像的边缘检测,这里使用的阈值为5,10基本可以检测出所有边缘信息(Computer simulation keys to achieve WeChat jump one jump automatically. First of all, template matching is per
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:13359104
    • 提供者:shuang0——0
  1. temp

    0下载:
  2. 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:40807424
    • 提供者:Spatacus
  1. Digital Image Processing

    0下载:
  2. 1.RAW格式转换为BMP格式 2.灰度线性拉伸 3.局部处理 4.几何处理 5.二值化 6.模板匹配 7.影像融合(1.RAW format converted to BMP format 2. grayscale linear stretch 3. local processing 4. geometric processing 5. binaryzation 6. template matching 7. image fusion)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:28490752
    • 提供者:JoyceY
  1. 车牌识别

    0下载:
  2. 可实现MATLAB环境下的车牌识别系统源程序,运用模板匹配法进行字符识别。(The source program of license plate recognition system under MATLAB environment can be realized, and the character recognition can be carried out by template matching method.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:汤圆喝两碗
  1. 【84】模板匹配

    0下载:
  2. OpenCV 模板匹配,matchTemplate方法使用,实测非常不错 平方差匹配法(SQDIFF) 归一化平方差匹配法(SQDIFF NORMED) 相关匹配法(TM CCORR) 归一化相关匹配法(TM CCORR NORMED) 相关系数匹配法(TM COEFF) 归一化相关系数匹配法(TM COEFF NORMED)(OpenCV template matching, matchTemplate method used, the measurement is very
  3. 所属分类:OpenCV

    • 发布日期:2018-04-22
    • 文件大小:113664
    • 提供者:plcjs
  1. matlab

    0下载:
  2. matlab 一些图像处理的文件 有模板匹配 频域变换 拟合 等(MATLAB image processing files have template matching in frequency domain transformation fitting and so on)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1769472
    • 提供者:l00191980
  1. GeoMatch_src

    0下载:
  2. 图像模板匹配,基于梯度向量点积,处理模板图像与搜索图像,寻找最佳匹配得分点(Image template matching based on gradient vector product)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:143360
    • 提供者:小kkx
  1. 图像旋转

    0下载:
  2. 模板匹配算法获取芯片位置信息 和角度信息,根据位置信息和角度对预处理芯片图 像(Template matching algorithm acquires the location information and angle information of the chip, and preprocessing chip images according to location information and angle.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:yeziyezi
  1. 新建文件夹

    0下载:
  2. 建立一个模板图片库,将车牌的图片上的每个字符与库中的图片使用模板匹配法进行识别(A template library is built to identify each character in the license plate picture and the pictures in the library by template matching method)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-01
    • 文件大小:346112
    • 提供者:TxTstsr
  1. 机器视觉综合

    2下载:
  2. halcon+vs2010写的 模版匹配 +4点标定 +tcp通讯代码(Halcon+vs2010 template matching, +4 point calibration, +tcp communication code.)
  3. 所属分类:图形图像处理

  1. match

    0下载:
  2. opencv学习笔记,基于vs2013和opencv3.2的单图像模板匹配(Single image template matching)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-06
    • 文件大小:2202624
    • 提供者:rui_1
  1. 标准库

    2下载:
  2. 用于车牌字符识别系统中的模板匹配识别法,模板库的简历,含数字字母和汉字(Template matching recognition method for license plate character recognition)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:45056
    • 提供者:麦康机
  1. 20171211留档

    0下载:
  2. 利用SVM对制备的样本进行三分类,对图像进行三角形匹配,模板匹配(SVM was used to classify the samples in three categories. Triangle matching and template matching were applied to the images.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-07
    • 文件大小:19712000
    • 提供者:peterll
  1. GeoMatch

    2下载:
  2. halcon轮廓模板匹配原理,该文件是印度的一位工程师贡献的。(The principle of Halcon contour template matching is contributed by an engineer in India.)
  3. 所属分类:OpenCV

    • 发布日期:2019-03-23
    • 文件大小:145408
    • 提供者:jume
  1. number-identification

    1下载:
  2. matlab实现图片中的数字识别,模板匹配法(To realize number identification by template matching using MATLAB)
  3. 所属分类:图形/文字识别

    • 发布日期:2020-05-30
    • 文件大小:173056
    • 提供者:x10
  1. Feature Matching

    1下载:
  2. 运用FAST特征点匹配算法,通过模板对整张大图实现实现图像的特征点匹配,并获取匹配分数和匹配位置信息。(The FAST feature point matching algorithm is used to realize the feature point matching of the image through template pairing of the whole large image, and the matching score and matching location i
  3. 所属分类:LabView编程

« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 »
搜珍网 www.dssz.com