CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - 车牌定位 二值化

搜索资源列表

  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. 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. reply_1_1007847

    0下载:
  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
    • 文件大小:115995
    • 提供者:csyw
  1. detect_vc++_

    0下载:
  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
    • 文件大小:2737637
    • 提供者:张甲杰
  1. 200751110558396

    0下载:
  2. 能够对大部分的车牌进行定位,和识别 .包括数字图像处理的 均衡化,灰度化,中值滤波,平滑处理,各种边缘检测算法,还有四种二值化方法 -to most of the license plates for positioning and identification. Including digital image processing balanced, gray, Median filtering, smoothing, edge detection algorithm all, there
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:887355
    • 提供者:洋溢
  1. lpcs1

    3下载:
  2. 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网络。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4777
    • 提供者:zz
  1. 车牌定位

    0下载:
  2. 车牌定位 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:734555
    • 提供者:何问宇
  1. 车牌识别定位vc版

    2下载:
  2. 车牌定位识别程序,算法为先对车牌图进行灰度化,接着二值化,找点,然后定位矩形车牌,最后标出车牌位置。这个程序为图象处理的有一个经典的实例-plates positioning identification procedures, the algorithm first pair of plates map Gray, then two values, find the point and positioning rectangular plates, plates marked the fina
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:42866
    • 提供者:123
  1. 车牌定位

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

    • 发布日期:2009-04-25
    • 文件大小:750738
    • 提供者:feigejafe
  1. platelocation

    0下载:
  2. 基于c++builder的车牌定位识别,经过灰度变化,二值化,边缘处理-Based on c++ Builder
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:144762
    • 提供者:gaojinrong
  1. identity

    0下载:
  2. 一个车牌定位.可直接用.通过灰度处理,二值化,等操作,基本实现车牌的定位,-A license plate location. Can be directly used. Through the gray-scale processing, binarization, and other operations, the basic realization of the positioning plate,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:746919
    • 提供者:
  1. lpcseg

    4下载:
  2. 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网-Matlab do with License Plate Recognition complete source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-24
    • 文件大小:4783
    • 提供者:ronghjr
  1. chepaidingwei

    0下载:
  2. 车牌定位识别程序,算法为先对车牌图进行灰度化,接着二值化,找点,然后定位矩形车牌,最后标出车牌位置。这个程序为图象处理的有一个经典的实例-License plate location identification procedures, algorithms for the first gray-scale map of the plate, and then binarization, finding points, and then positioning the rectangular p
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-26
    • 文件大小:167432
    • 提供者:吴学龙
  1. MainFrm

    0下载:
  2. 提出了基于边缘检测的二值化与扫描线相结合的车牌定位方法。实验表明该方法能够快速、准确地定位车牌,且抗干扰能力强,定位准确率在99 以上,光照和天气对其定位结果影响很小。-Edge detection based on the value of the second scan line and a combination of license plate location method. Experiment results show that the method can quickly and
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2198457
    • 提供者:lijun
  1. vehiclehsv

    0下载:
  2. 能够对大部分的车牌进行定位,和识别 .包括数字图像处理的 均衡化,灰度化,中值滤波,平滑处理,各种边缘检测算法,还有四种二值化方法 。-Be able to locate most of the plates, and identification. Including digital image processing equalization, graying, median filtering, smoothing, various edge detection algorithms, th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-07
    • 文件大小:1697735
    • 提供者:arechi
  1. chepaidingwei

    0下载:
  2. 用C++做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪-Using C++ to do a complete license plate recognition source code, including the license plate location, binarization, filtering denoising
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-23
    • 文件大小:425980
    • 提供者:马光彬
  1. DigitalImageProcessingExperimentMATLAB

    0下载:
  2. 基于视频图像的车牌定位程序,其中预处理包括图像二值化、边缘提取、图像滤波和形态学处理的等等,最后利用投影进行车牌定位。-License Plate Location Based on Video Image program, which includes image binarization pretreatment, edge extraction, image filtering and morphological processing, etc. Finally, projection f
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4426555
    • 提供者:田瑞霞
  1. chepaishibieyuanma

    0下载:
  2. 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别-Using matlab to do a complete license plate recognition source code, including the license plate location, binarization, filtering noise, character segmentation, identification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:779616
    • 提供者:long
  1. 第二题

    0下载:
  2. 识别车牌,进行车牌的定位,处理,最后显示车牌位置的图片,定位好位置,进行二值化,腐蚀等处理(Recognition of the license plate, the location of the license plate, processing, the final display of the license plate position of the picture, positioning good position, two value, corrosion and other p
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:请问90120
  1. 车牌识别

    0下载:
  2. 本程序的使用是将车牌进行 定位 切割 二值化 倾斜校正后输出车牌(The use of this program is to locate the license plate and cut the two value tilt correction to output the license plate.)
  3. 所属分类:图形/文字识别

    • 发布日期:2020-04-16
    • 文件大小:10240
    • 提供者:刘不会
« 12 3 »
搜珍网 www.dssz.com