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

搜索资源列表

  1. CarR

    0下载:
  2. 这是个很经典的车牌识别程序,很有借鉴意义-This is a classic car identification procedures, the significance of a very useful reference
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:442714
    • 提供者:XYA23
  1. ChePaiDingWeiv1.0

    0下载:
  2. VC++环境下的车牌定位算法,希望对大家有所帮助-VC environment license plate positioning algorithm, we hope to help
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:739168
    • 提供者:pgh
  1. OcrChePaiv0.1

    0下载:
  2. 准确率非常高的车牌定位及识别算法,尤其在灰暗的环境中-very high accuracy positioning and the license plate recognition algorithm, especially in the gloomy environment
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:244766
    • 提供者:pgh
  1. chepaipanbie

    0下载:
  2. 对于车牌灰度图像进行滤波去噪后先用峰谷法二值化,再用垂直投影 法进行分割,最后进行模板匹配,并用弧向判定法匹配对几组易出错的字符进行检查,从而得到车牌号。-for registration gray image filter after the first two with peak values of France, reuse vertical projection method for segmentation, the last template matching used to d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:88348
    • 提供者:李杰
  1. carcard

    0下载:
  2. 基于图象理解的汽车牌照自动识别系统是智能交通系统(ITS)的一个重要分支,有着非常广泛的应用前景,而车牌定位是车辆牌照识别系统中的关键技术之一,车牌定位结果的好坏直接影响着该系统的识别精度。-understanding of image-based automatic vehicle identification system license is the Intelligent Transportation System (ITS) of an important branch , has a
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:2716038
    • 提供者:宁阳洋
  1. P0804

    0下载:
  2. 车牌定位系统(根据车牌的颜色),车牌为蓝底白字-plates positioning system (based on the color plates), the white plate Lade
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:979
    • 提供者:王国栋
  1. chap12

    0下载:
  2. 这是个车牌定位的源代码,使用时参考里面的阅读文档.-This is a license plate location of source code, the use of inside information when reading files.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:727569
    • 提供者:黎明
  1. CardRecognization

    3下载:
  2. 车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:724141
    • 提供者:洪清启
  1. reconize

    0下载:
  2. 对彩色车牌图象的截取与识别 包括灰度化,均衡,除噪.截取等-right color plates and image recognition, including the interception of gray, balanced, with the exception of noise. Interception etc.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:65278
    • 提供者:刘海风
  1. car1234

    1下载:
  2. 车牌识别系统JAVA源代码,包括灰度处理、均衡化、边缘提取、二值化等功能-number plate recognition system in Java source code, including Gray, balance, edge detection, the value of the two functions
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:22014
    • 提供者:楚天
  1. car(c)

    0下载:
  2. 车牌识别系统c++源代码,VS 2005开发,包括灰度处理、均衡化、边缘提取、二值化等功能-c license plate recognition system source code, VS 2005 developers, including Gray, balance, edge extraction, Binary function
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3697061
    • 提供者:楚天
  1. Photodeal

    0下载:
  2. 小弟毕业设计:基于神经网络的车牌识别系统。-younger brother graduated Design : Neural Network Based License Plate Recognition System.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:255955
    • 提供者:zhhui
  1. numberplate_C++Builder

    0下载:
  2. 车牌识别C++Builder代码,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。 -LPR C Builder code, first and foremost, we should plates gray, Then the image median filtering for
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:23310
    • 提供者:linvg
  1. LicenseDetectorOfVehicle

    1下载:
  2. C#环境的车牌认别系统源代码和30张测试图片;本程序对以上的30汽车图片的认别定位分割等准确率达至100%。-C# environment registration identification system source code and 30 test images; The procedures for the above pictures of the 30 vehicle identification such as segmentation positioning accuracy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4185695
    • 提供者:lihancai
  1. hangzhouyoutong

    0下载:
  2. 杭州友通车牌识别软件,不是源码,可以用于了解-Hangzhou Tomomichi license plate recognition software, not the source code, which can be used to understand
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1301717
    • 提供者:bai
  1. vc621668824555

    0下载:
  2. 新的车牌识别预处理算法-new license plate recognition algorithm pretreatment
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:68816
    • 提供者:杨双
  1. IPDemo

    0下载:
  2. 车牌识别,包括定位,分割,识别,是本人的毕业设计论文,希望大家可以参考-LPR, including positioning, segmentation, identification, I was the graduate design thesis, I can refer you
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:135538
    • 提供者:罗为
  1. sourcecode_for_locating_and_identification

    0下载:
  2. 这是一个关于车牌定位与识别系统的原代码实例,用vc开发,非常具有实用价值,望大家参考.-This is a position on the number plate recognition system with the source code examples using vc development, very practical value, look for reference.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:243174
    • 提供者:陈涛
  1. DSPsoftwareDesignOfRegistrationNumberRecognition.r

    0下载:
  2. 介绍了车牌抓拍系统的DSP软件设计,并详细阐述了JPEG2000编码算法的实现。-introduced a system of registration Grabbing DSP software design, and elaborates on a JPEG2000 coding algorithm.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:5962148
    • 提供者:美髯客
  1. positionofWO

    0下载:
  2. 用于车牌定位的程序,可以做更改用于其它物体的定位-positioning for registration procedures can be done for other changes in the positioning of objects
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:725869
    • 提供者:李秀峰
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com