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

搜索资源列表

  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. license-plate-recognition-system-

    0下载:
  2. 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-First open a picture in order graying, binarization, gray stretch, license plate location, binarization, skew correction and character s
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:20351862
    • 提供者:sunlu
  1. license-plate

    0下载:
  2. matlab code for license plate recognition
  3. 所属分类:Document

  1. License-Plate-Recognition

    0下载:
  2. 这是我的毕业设计车牌识别,基于matlab7.0平台。-This is my graduation project license plate recognition, platforms based matlab7.0.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-08
    • 文件大小:8167221
    • 提供者:monicamlg
  1. License-plate-recognition.rar

    0下载:
  2. 用于车牌自动识别,基于神经网络,能够显示识别过程,For the automatic license plate recognition, based on Neural Network,To display the recognition process
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:4069196
    • 提供者:huhe
  1. License-plate-recognition

    0下载:
  2. 车牌识别使图像处理的基础实验,也有同学把它作为毕业设计,给大家一个实例进行参考。-License plate recognition is the basis of image processing experiments, students as a graduation project, give you an instance reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:1626822
    • 提供者:走走
  1. License-plate-recognition-system

    0下载:
  2. 这是一个车牌识别系统,是基于opencv和vc6.0,很好用-This is a license plate recognition system is based on opencv and vc6.0 good use
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:573971
    • 提供者:刘泽彬
  1. License-plate-character-segmentation

    0下载:
  2. 车牌字符分割与数字识别算法研究,基于图像垂直投影和固定分割方法的车牌字符分割研究-License plate character segmentation and digital identification algorithm, based on vertical projection of the image and fixed segmentation method of license plate character segmentation research
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:710169
    • 提供者:yyp
  1. License-Plate-Recognition-System

    0下载:
  2. 车牌识别系统,识别率较高,自带所有字体库,和一些可识别车牌,并在识别过程中添加了声音和界面以及使用说明,下载即可使用。-License plate recognition system, recognition rate is high, comes with all font library, can use to download and license plate recognition, and add sound and interface, as well as instructio
  3. 所属分类:Video Capture

    • 发布日期:2017-11-05
    • 文件大小:20570112
    • 提供者:史永涛
  1. License-Plate-Recognition

    0下载:
  2. 基于matlab的车牌识别 以及分割等 P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数-Based on matlab license plate recognition and segmentation P0801: Call tex
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:276112
    • 提供者:zzj
  1. License-Plate-Recognition-System

    0下载:
  2. 车牌识别系统。使用C++结合OpenCV编写的车牌识别系统。-License plate recognition system. Use C++ combination of the OpenCV written license plate recognition system.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:18111948
    • 提供者:田金龙
  1. License-plate-correction

    1下载:
  2. 经过车牌定位后所获取的车牌图像不可避免地存在某种程度的倾斜。这种倾斜不仅会给下一步字符分割带来困难,最终也将对车牌识别的正确性造成直接地影响。因此要找到一种方法能够检测车牌图像是否水平以及它倾斜的精确角度。-After the license plate localization for after the license plate image inevitably exists some degree of inclination. This kind of inclined will no
  3. 所属分类:文件格式

    • 发布日期:2013-10-29
    • 文件大小:300294
    • 提供者:杨明飞
  1. License-Plate-Recognition

    2下载:
  2. 使用OpenCV和C++实现的车牌识别系统-License Plate Recognition System using OpenCV and C++ implementation
  3. 所属分类:OpenCV

    • 发布日期:2015-05-05
    • 文件大小:4151296
    • 提供者:老赵
  1. License-Plate-Recognition-System

    0下载:
  2. 对捕捉到的车牌照片进行图像变形、移位处理后,根据数据库的内容对比识别车牌号。-Photo capture license plate image deformation, the contrast shift treatment, according to the content of the database to identify the license plate number.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-11
    • 文件大小:2707627
    • 提供者:黑猫
  1. Vehicle-license-plate-recognition

    0下载:
  2. 基于Matlab车辆车牌的识别,完整程序,可用-Vehicle license plate recognition based on Matlab, complete procedures, is available
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-11
    • 文件大小:1546771
    • 提供者:志祥
  1. License-Plate-Recognition-System

    0下载:
  2. 车牌识别源代码,利用数字图像处理技术准确识别车牌号,代码为书本上获得-License Plate Recognition System
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-08
    • 文件大小:1050238
    • 提供者:姚坤
  1. License-plate-number-identification

    1下载:
  2. 车牌号码识别,图像处理分割.处理的实现,分割分割分割-The license plate number recognition, image processing segmentation. Handling implementation Segmentation Segmentation Segmentation
  3. 所属分类:软件工程

    • 发布日期:2013-10-29
    • 文件大小:3466149
    • 提供者:王俊
  1. Vehicle-License-Plate-Recognition-

    2下载:
  2. 车牌识别技术(Vehicle License Plate Recognition,VLPR) 是指能够检测到受监控路面的车辆并自动提取车辆牌照信息(含汉字字符、英文字母、阿拉伯数字及号牌颜色)进行处理的技术。车牌识别是现代智能交通系统中的重要组成部分之一,应用十分广泛。它以数字图像处理、模式识别、计算机视觉等技术为基础,对摄像机所拍摄的车辆图像或者视频序列进行分析,得到每一辆汽车唯一的车牌号码,从而完成识别过程。通过一些后续处理手段可以实现停车场收费管理,交通流量控制指标测量,车辆定位,汽车防盗
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-02-22
    • 文件大小:14730240
    • 提供者:王超
  1. license-plate-location-system

    0下载:
  2. 一个简单的车牌定位系统,图像处理的课程设计,测试成功-A simple license plate recognition system, curriculum design of image processing,Connection Successful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:2245554
    • 提供者:成长
  1. license-plate--positioning

    0下载:
  2. 这是一个车牌定位的程序,利用数学形态学相关知识进行定位,能很好的定位出车牌-This is a license plate positioning program, using knowledge of mathematical morphology to locate good positioning the plate
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:430062
    • 提供者:马永慧
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com