CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - plate

搜索资源列表

  1. PCB缺陷

    1下载:
  2. 实现PCB板鼠咬,短路,断路等缺陷检测,效果明显(PCB plate, mouse bite, short circuit, open circuit and other defects detection, the effect is obvious)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:4921344
    • 提供者:郎朗
  1. 478487

    0下载:
  2. 从含有汽车的图像中找出彩色的车牌并且定位的快速算法(Find color from the image containing the car license plate and positioning of the fast algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:157696
    • 提供者:solae
  1. LXWUQIU

    0下载:
  2. 我编写的基于颜色分量的汽车牌照定位识别,主要有以下几步(I write the car license plate based on color components of location identification, basically has the following steps)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:107520
    • 提供者:izo$49500
  1. licenseprocess

    0下载:
  2. Matlab right after and processing, the license plate image segmentation process, can very good segmentation license plate
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:JNY%25211750
  1. This-using-Matlab

    0下载:
  2. 这是采用Matlab编写的车牌识别程序,总共包含96个文件(This is the license plate recognition using Matlab program, containing a total of 96 documents)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:313344
    • 提供者:elp%25269555
  1. LicenseplateRecognition

    0下载:
  2. 车牌牌照检测识别完整源代码 开发环境:vc6.0和opencv1.0 整体功能:是为了实现车牌自动跟踪,检测,并拍照,定位,识别,但是跟踪和拍照等于没有实现。 实现功能: 能实现视频中物体跟踪,但必须是手动圈住才行,摄像头是usb摄像头. 打开车牌图片,能进行定位,车牌分割,字符分割,字符识别。(License plate recognition)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:18132992
    • 提供者:少年游_
  1. 车牌识别文档

    0下载:
  2. 车牌字符识别是字符识别的重要组成部分。车牌字符识别的最终目的就是将图像中的车牌字符转化成文本字符,车牌字符的识别属于印刷体识别范畴。 字符识别的基本思想是匹配判别。抽取待识别字符特征按照字符识别的原理和预先存储在计算机中的标准字符模式表达形式的集合逐一进行匹配,找出最接近输入字符模式的表达形式,该表达形式对应的字就是识别结果。(License plate character recognition is an important part of character recognition. T
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:598016
    • 提供者:令狐不冲
  1. car

    0下载:
  2. 识别车牌号,图像二值化,模糊处理,用MATLAB程序识别车牌号码(Identify license plate number, image binarization)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-03
    • 文件大小:263168
    • 提供者:贺的印迹
  1. 字符特征提取

    0下载:
  2. 结合OpenCV在VS2015平台上对含有字符特征提取,例如可以进行车牌识别等(Combined with OpenCV on the VS2015 platform to contain character feature extraction, such as license plate recognition can be carried out)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:momo12
  1. 车牌抠图

    0下载:
  2. 通过标准形状的车牌作为模板,匹配车辆上的车牌,并框出车辆上的车牌。(Through the standard shape of the license plate as a template, matching the license plate on the vehicle, and frame the license plate on the vehicle.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:126976
    • 提供者:闲趣
  1. cartest2

    0下载:
  2. 车牌定位,分割,实现了车牌的二值化 滤波、膨胀、腐蚀、等预操作,然后进行了定位于分割(The license plate location, segmentation, binarization of license plate Filtering, expansion, corrosion, pre operation, and then the positioning in the segmentationn)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:小核桃
  1. pyANPD-master

    0下载:
  2. car plate detection python
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:4959232
    • 提供者:ramsri
  1. 14_车牌识别系统

    1下载:
  2. 车牌识别系统,完整的功能,简单的图形界面运用(vehicle license plate recognition)
  3. 所属分类:OpenCV

    • 发布日期:2019-10-15
    • 文件大小:47035392
    • 提供者:qwerty003
  1. Python-opencv车牌识别

    2下载:
  2. 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
  3. 所属分类:OpenCV

    • 发布日期:2020-09-01
    • 文件大小:21504
    • 提供者:西风何时来
« 1 2 3 4 5 6»
搜珍网 www.dssz.com