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

搜索资源列表

  1. chepaijiaozheng

    0下载:
  2. 一种新的车牌倾斜校正方法,用法很独特也很巧妙-a new license plate tilt correction method, and applying the unique also ingeniously
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:182048
    • 提供者:追逐光年
  1. 01502281-Multi-targetcarlicenseplatedetectionfromc

    0下载:
  2. Multi-target car license plate detection from complex environment2005. 复杂环境下的车牌分割。关于车牌定位及识别的论文,希望对大家有帮助!-Multi-target detection car license plate environment2005 from complex. complex environment car division. On the license plate location and iden
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:57765
    • 提供者:zx
  1. PlateReg_EnglishPaper

    1下载:
  2. 车牌识别中关于倾斜矫正的论文,多种不同方法,对于倾斜矫正提出了新的思路,有借鉴意义。非常有用。-License Plate Recognition on the slant correction of papers, a variety of different methods for slant correction a new idea, there are referential significance. Very useful.
  3. 所属分类:software engineering

    • 发布日期:2016-11-24
    • 文件大小:5186819
    • 提供者:wu xiaoying
  1. v9-41

    0下载:
  2. I found this document very useful. This has the algorithm for extracting the license plate from the image
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:315933
    • 提供者:Yogesh
  1. Locate

    0下载:
  2. 车牌定位算法,有注释,可直接用,已经测试过。-License plate location algorithm, there are annotations, can be directly used, been tested.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2738690
    • 提供者:taotao
  1. seg

    0下载:
  2. this program is license plate segmentation
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:784
    • 提供者:Sel
  1. PlateLoction

    0下载:
  2. 本文采用基于颜色信息的综合车牌定位法,车牌定位通过以下几个步骤来现:首先是牌粗定位,根据车牌区域横向积分投影连续性的特点,同时利用牌白点数目占据主导的特点,用一个比估计的车牌小的矩形遍历整个边缘二值,提取出大致的车牌范围。然后进行车牌底色的判断。-In this paper, based on color information of an integrated license plate location method, vehicle license plate location is th
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1528419
    • 提供者:李坤
  1. ACascadeFramworkforaRealTimeStatisticalPlateRecogn

    0下载:
  2. 讲述了车牌实时检测的一个级联结构,也就是目标检测的具体化。-Tells the real-time detection of a license plate cascade structure, which is the specific target detection.
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2641112
    • 提供者:胡明媛
  1. 8281v05_FL

    0下载:
  2. license plate recognition,
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:129611
    • 提供者:soumaya
  1. eyeDetect

    0下载:
  2. license plate recognition
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:266890
    • 提供者:soumaya
  1. sarfraz09fit

    0下载:
  2. license plate recognition
  3. 所属分类:Software Testing

    • 发布日期:2017-04-24
    • 文件大小:335512
    • 提供者:soumaya
  1. zifudingweiyufenge

    0下载:
  2. 基于数字图像处理技术的车牌自动检测与分割算法研究-Based on digital image processing technology license plate detection and segmentation algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2685403
    • 提供者:zhangchunli
  1. chepaidingwei

    0下载:
  2. 车牌定位简单精准的方法,PPT,说明和讲解说明,有制作理念和简单方法-Simple and accurate method of license plate location, PPT, notes and talk shows, concepts and simple way to produce a
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:1995671
    • 提供者:fuwayu
  1. LicensePlateCharacteRecognition

    0下载:
  2. 一个关于车牌识别的比较系统的软件设计说明。-A comparison of license plate recognition system on the software design specification.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:340175
    • 提供者:晨菁
  1. ocr

    0下载:
  2. 该系统是为了辨认识别图像中的数字而设计的,它通过对图片的一系列处理,最后识别得出图片中显示的数字。系统既可以单独使用,也可以把它作为一个识别系统的软件核心应用到车牌识别等系统中去。-The system is to identify the identification number of the image is designed, it adopted a series of pictures, at last, come to identify the number shown in th
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:535784
    • 提供者:小强
  1. src

    0下载:
  2. 面向对象编程基础编写一个交通工具的父类(Transport): (1) 属性包括速度、载重量: (2) 方法包括构造方法和显示属性的方法。 (3) 定义Transport的子类Vehicle,Vehicle有自己新增的属性:车轮数、车牌号;定义对新增的属性进行显示的方法。 (4) 定义Transport的子类Airplane,Airplane有自己新增的属性:发动机类型、座位数;定义对新增的属性进行显示的方法。 (5) 在测试类的main()方法中分别创建Vehicle和A
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:1127
    • 提供者:孙佳佳
  1. LPR1

    0下载:
  2. Extraction of License Plate Region in Automatic License Plate Recognition
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:659573
    • 提供者:崔良义
  1. widder

    0下载:
  2. A license plate detection using matlab and c. Coding n report in a single document. Download n enjoy
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2995689
    • 提供者:Rajath.A.N
  1. plate-detection

    1下载:
  2. 车牌识别的算法描述:Haar特征以及Adaboost分类器-License Plate Recognition Algorithm Descr iption: Haar features and Adaboost classifiers
  3. 所属分类:software engineering

    • 发布日期:2014-08-29
    • 文件大小:263168
    • 提供者:郭莹莹
  1. LICENSE-PLATE_1_final

    0下载:
  2. This program will detect the license plate region with segmentation and extraction and recognition
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1958983
    • 提供者:karthikraja
« 1 23 4 5 »
搜珍网 www.dssz.com