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

搜索资源列表

  1. easypr

    0下载:
  2. 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1656832
    • 提供者:jiangqi
  1. hohohohoc-chepaishibie-master

    0下载:
  2. 简单的车牌定位,切割,分割字符,识别功能(Simple license plate location, cutting, segmentation, character function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:51674112
    • 提供者:正在输入
  1. plate-recognition

    0下载:
  2. 基于python的车牌识别,端对端,目前识别率还不高,仅供学习(chepaishibie based on python)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:69406720
    • 提供者:正在输入
  1. PC_cpsb

    0下载:
  2. 基于windows下的车牌OCR识别软件(License plate OCR recognition software based on Windows)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3080192
    • 提供者:瓜瓜哥
  1. 程序与图像

    0下载:
  2. 汽车车牌的识别,运用模板匹的方法,对图像进行分割识别(vehicle license plate recognition)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:870400
    • 提供者:woyaonifengqu
  1. Car_Shape

    0下载:
  2. 车牌识别,摄像头读取,WIFI通讯,即时监控(plate number; licence plate camera; pick-up head read; fetch communication; correspondence; news report; news dispatch; meimmediately; forthwith)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1470464
    • 提供者:sunnyhello
  1. 无语音读取简化版本

    0下载:
  2. matlab实现基于模板的车牌识别.主要模块如下:颜色信息提取、车牌区域定位、识别、提取、检测倾斜度、车牌校正、车牌区域2值化、擦除干扰区域、文字分割、模版匹配、结果输出。(Matlab based template based license plate recognition.The main modules are as follows: color information extraction, license plate location, recognition, extractio
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1130496
    • 提供者:zsb111
  1. 基于MATLAB的车牌识别程序

    0下载:
  2. 本程序主要用于简单的车牌识别,环境是基于Windows(This procedure is mainly used for simple license plate recognition)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:277504
    • 提供者:云12
  1. LPRTest

    0下载:
  2. 基于VS2010 车牌识别收费系统,利用mysql数据库北京易泊车牌一体机(plate recognize for parking system)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:52406272
    • 提供者:nerver
  1. demo

    0下载:
  2. 图像修复 车牌识别等等之类的东西。。。。。。。(Image repair license plate recognition and so on and so on)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:海贝桑
  1. plase

    0下载:
  2. 项目中需要,批量生产车牌做实验,因此有了这个程序,希望对大家有帮助!(The needs of the project, batch production license plate experiment, so the program, I hope to help everyone!)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:35026944
    • 提供者:独木成林
  1. 基于OpenCV的车牌识别程序源代码

    1下载:
  2. 利用OpenCV实现的车牌识别,有需要的自己下载(License plate recognition based on OpenCV, which needs to be downloaded by oneself)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:136192
    • 提供者:Carl_bin
  1. matlab车牌识别

    1下载:
  2. 一个车牌识别的小程序,有图有程序有说明,程序内容非常详细,附有测试车牌图片。(A small program of license plate recognition, which has a program to explain)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:13530112
    • 提供者:江大大
  1. Plate-Location-master

    0下载:
  2. 对照片进行形态学处理,提取感兴趣的区域,实现车牌的提取(The image is processed by morphology, the region of interest is extracted, and the extraction of the license plate is realized.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:10240
    • 提供者:风云2333
  1. carOpencv3.2

    0下载:
  2. 这个只是单纯的 通过对阀值还有 形态学滤波 +轮廓查找 筛选 的方式 对车牌进行 识别,特别是形态学滤波 对车牌的识别结果影响很大,这个只是找车牌的一种 普通方法,但对于初学 图像处理的图像来说 可以通过该项目去熟悉 图像处理的一般步骤 还有熟悉一些简单的图像处理方法。(This is simply based on the threshold and morphological filtering and contour search screening way on the license
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2925568
    • 提供者:修远python
  1. 979

    0下载:
  2. C++ 实现的车牌识别 ,内附测试图片(License plate recognition)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:392192
    • 提供者:chen-zy
  1. Desktop

    0下载:
  2. 进行车牌的识别以及号码的确认筛选等等功能(License plate recognition, number recognition, screening and so on.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:12791808
    • 提供者:ES7557
  1. 车票处理代码

    0下载:
  2. 在c++环境下,进行汽车的车牌识别代码的编写,代码完整。(In the c++ environment, the car license plate recognition code is compiled, and the code is complete.)
  3. 所属分类:其他

  1. PR

    0下载:
  2. 使用qt实现的车牌识别,实现了车牌提取,车牌字符切割以及识别(License plate recognition using QT, license plate extraction, license plate character cutting and identification)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:226304
    • 提供者:BerthaXin
  1. 人工智能

    0下载:
  2. 用于摄像头下识别车牌号,或者收费站口识别车牌号。给一个车牌,能将牌内车牌号识别出来。(Used to identify the license plate number under the camera, or to identify the license plate number at the toll gate. Give a license plate to identify the license plate number inside the license plate.)
  3. 所属分类:其他

    • 发布日期:2019-01-13
    • 文件大小:12035072
    • 提供者:随缘啊
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com