CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 车牌识别字符模板

搜索资源列表

  1. binary+chars24X48

    0下载:
  2. 汽车车牌识别中,字符识别是用的字符和数字模板,binary+chars24X48,大小是24*48
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:150.18kb
    • 提供者:dengxin
  1. moban.rar

    0下载:
  2. 利用模板法经行字符识别,并且扩充成车牌的识别,Template method by using character recognition, and expansion into the identification plate
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:67.57kb
    • 提供者:paul
  1. ex2

    0下载:
  2. 汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides a number of image processing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:62.19kb
    • 提供者:吕寿鹏
  1. 4

    0下载:
  2. 基于模板匹配的车牌字符识别算法研究,使用模板匹配,来实现车牌的字符识别。-Based on template matching license plate character recognition algorithm using template matching, to achieve the license plate character recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:195.38kb
    • 提供者:songwei
  1. chepaishibie

    0下载:
  2. 一个车牌识别的小程序,有图有程序有说明,其中字符识别部分用的是模板匹配的办法。-A small license plate recognition program, there is a procedure chart shows, some of which use character recognition approach is template matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.99mb
    • 提供者:晨菁
  1. License-plate-recognition

    0下载:
  2. 绝对好的!用matlab实现的车牌识别程序,包含字符提取和字符切割模块的程序和字符模板-Absolutely good! License plate recognition using matlab implementation procedures, including character extraction and character segmentation module of the program and character templates
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:246.81kb
    • 提供者:小安
  1. 5

    0下载:
  2. 文提出了一种基于模板匹配和神经网络的车牌识别方法.该方法集成了模板匹配识别车牌字符和神经 网络识别车牌字符的各自优势-Paper proposes a template matching and neural network based on license plate recognition. The method integrates a template matching and neural network license plate character recognition li
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:299.77kb
    • 提供者:
  1. DibTransform

    0下载:
  2. 基于MFC的车牌识别软件,能够对图片上的车牌进行准确的定位与识别,其中,字符识别算法采用13段特征模板匹配法。-MFC-based license plate recognition software on the license plate on the picture for accurate positioning and recognition, of which the character recognition algorithm using 13-segment feature m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-05
    • 文件大小:5.9mb
    • 提供者:panjie
  1. Untitled2

    0下载:
  2. 基本MATLAB的车牌识别方法,包含定位,切割以及用模板匹配法识别切割后的字符-Basic MATLAB license plate recognition method, including positioning, cutting and template matching method to identify cut characters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:44.58kb
    • 提供者:王子文
  1. patternrecognition

    0下载:
  2. 完成了车牌识别 用模板匹配法 有标准字符库和程序 matlabGUI界面编程-pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:212.17kb
    • 提供者:
  1. chepaishibie

    3下载:
  2. 使用MATLAB对车牌进行识别,并在GUI界面上进行显示,字符识别采用的是模板匹配法,附有待识别车牌和字符模板库(License plate recognition using MATLAB, and displayed on the GUI interface, character recognition using the template matching method With the number plate and character template library to be r
  3. 所属分类:图形图象

    • 发布日期:2017-12-19
    • 文件大小:2.67mb
    • 提供者:小小朱
  1. 车牌识别系统MATLAB源代码完整

    0下载:
  2. clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:87kb
    • 提供者:为谁甜
  1. chepai

    0下载:
  2. 对汽车车牌进行识别,得到车牌号,包含程序源文件和字符模板和图片(Car license plate recognition, get the license plate number)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:102kb
    • 提供者:Yanggr
  1. func

    0下载:
  2. 自写的基于模板匹配的车牌识别系统,附有字符模板和测试车牌图片。((A system of License Plate Recognition.It has character template and text picture.))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:4kb
    • 提供者:mlgbzz
  1. 字符模板

    1下载:
  2. 里面含有各种车牌上的数字、字母、汉字,适用于车牌识别训练(Contains digital, alphabet, Chinese characters, used for license plate recognition training)
  3. 所属分类:图形图象

  1. my_scanner-master

    0下载:
  2. 识别文字,字符识别字符的识别目前用于车牌字符识别(OCR)中的算法主要有基于模板匹配的OCR算法以及基于人工神经网络的OCR算法.(Character recognition is currently used in license plate character recognition (OCR). There are mainly OCR algorithms based on template matching and OCR algorithm based on artificial n
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-06
    • 文件大小:2.23mb
    • 提供者:j754712002
  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. 所属分类:图形图像处理

  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
    • 文件大小:338kb
    • 提供者:TxTstsr
  1. 标准库

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

    • 发布日期:2018-05-04
    • 文件大小:44kb
    • 提供者:麦康机
  1. 基于matlab+模板匹配的车牌识别

    2下载:
  2. 车牌识别系统(License Plate Recognition System,LPRS)在许多应用程序中 扮演一个重要的角色,如停车场系统、道路监控、高速公路收费系统、电子警察系 统。在我国,车牌种类较多,并有数字、字母和汉字,与别的国家的车牌相比较为 复杂。课题中提出了基于人工神经网络(ANN)的车牌自动识别系统。车牌识别 系统包括三个主要组件:车牌定位、字符分割和字符识别。(License plate recognition system plays an important ro
  3. 所属分类:图形/文字识别

    • 发布日期:2020-01-05
    • 文件大小:10.69mb
    • 提供者:孤鸿浪子
« 12 »
搜珍网 www.dssz.com