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

搜索资源列表

  1. chepaidingwei

    0下载:
  2. 用Visual C++编写的车牌定位算法。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:722776
    • 提供者:xuchao
  1. chepaidingwei

    0下载:
  2. 很好的车牌识别代码 。具体步骤: 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:731020
    • 提供者:李峥嵘
  1. chepaidingwei

    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,以突出牌照区
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:726441
    • 提供者:王盛世
  1. chepaidingwei

    0下载:
  2. 对照片进行灰度处理,定位照片中的车牌号,最后输出车牌号
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:742696
    • 提供者:andy
  1. chepaidingwei

    0下载:
  2. 这是一个车牌定位程序,作为车牌识别的一个前面的步骤是很重要的,所以爱好者有必要下载进行学习下
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:726134
    • 提供者:a
  1. chepaidingwei

    0下载:
  2. 车牌定位的经典例子,思路比较清晰,很值得大家学习,经典不容错过!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:241082
    • 提供者:钟建军
  1. chepaidingwei

    0下载:
  2. 用vc++ MFC编写的车牌定位系统,能较好的完成定位提取车牌
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:733108
    • 提供者:liuwei
  1. chepaidingwei

    0下载:
  2. 可以自适应识别车牌,对多种角度车牌进行识别
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:733136
    • 提供者:邓力
  1. chepaidingwei

    0下载:
  2. 这是一个用来定位车牌号的visual c++程序,是用来做图像处理的一个好例子。-This is a license plate number for the location of the visual c++ Procedure is used to do image processing of a good example.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:718686
    • 提供者:张伟
  1. chepaidingwei

    0下载:
  2. 经过灰度变换等图像处理算法,实现对照片中车牌的定位。-After gray-scale transformation, such as image processing algorithms, to achieve the positioning of the photo plates.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:718484
    • 提供者:靳大路
  1. chepaidingwei

    0下载:
  2. 此程序基于vc++源程序,可直接在vc++6,对于学习图像处理的朋友很有用-Based on this procedure vc++ Source directly in vc++ 6, for learning image processing useful friends
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:947558
    • 提供者:王名
  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. Chepaidingwei

    0下载:
  2. 车牌定位程序的源代码,包括预处理、车牌扫描及车牌定位-Chepai dingwei
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:731190
    • 提供者:yangfan
  1. chepaidingwei

    0下载:
  2. 车牌定位程序,可从一副图片中定位车牌的位置-Locator plate from a picture in the location of license plate location
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4538183
    • 提供者:mastor
  1. chepaidingwei

    0下载:
  2. 对车牌图片进行定位,获取整个图像中的车牌部分,为车牌识别打下基础-Picture of the plate positioning, access to the entire image of the plate part of laying a foundation for the Vehicle License Plate Recognition
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:761563
    • 提供者:王君宝
  1. chepaidingwei

    0下载:
  2. 预处理时中值滤波然后二值化对图像A进行二值化得到二值化图像B -The next section concerns the principal component analysis on image plates and the classification efficiency obtained
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:731024
    • 提供者:maliguo
  1. chepaidingwei

    0下载:
  2. 用vc++实现的车牌定位,内附有源程序和测试图片,已经编译成功。-Vc++ to achieve with the license plate location, giving the source code and test images have been successfully compiled.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:740930
    • 提供者:孙焕棠
  1. chepaidingwei

    0下载:
  2. 自己写的车牌定位的程序,定位率比较高,算法比较新。-Their own written procedures for license plate location, location rate is relatively high, a relatively new algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:740920
    • 提供者:fujay
  1. chepaidingwei(cpp)

    0下载:
  2. 车牌识别,c++实现,感兴趣的朋友可以下下来看看1!1-LPR,based on cpp.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:740523
    • 提供者:罗金凯
  1. chepaidingwei

    0下载:
  2. 车牌定位,包括预处理,二值化,边缘化,等功能-License plate location, including preprocessing, binarization, marginalization, and other functions, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1189
    • 提供者:张森
« 1 23 4 »
搜珍网 www.dssz.com