CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 车牌识别

搜索资源列表

  1. MATLAB

    0下载:
  2. MATLAB图像分割提取算法源代码(示例车牌识别)-MATLAB image segmentation algorithm for extracting the source code (sample plate recognition)
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:58993
    • 提供者:韦健
  1. imageprocess

    0下载:
  2. 用matlab进行图像处理 对车牌号码进行识别 非常具有实用价值-Matlab image processing used to identify the plate number of very practical value
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:983825
    • 提供者:kuhan
  1. platereco

    0下载:
  2. 车牌检测,程序简单易懂,识别率高。包括分解步骤和一次执行。-License plate detection, easy-to-understand procedures, a high recognition rate. Including the decomposition steps and the first performance.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:13133400
    • 提供者:子华
  1. characterrecognition

    0下载:
  2. 这是基于matlab的车牌字符识别完整程序,内容详尽,可操作性强,是做模式识别难得的参考资料-This is based on the license plate character recognition matlab complete procedures, and detailed, easy to operate, is so rare reference pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1839149
    • 提供者:Carl
  1. zbz

    0下载:
  2. 小波变换和神经网络的车牌识别系统,很有用的。-Wavelet transform and neural network license plate recognition system, very useful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:190018
    • 提供者:夏利
  1. chepaishibie

    2下载:
  2. 神经网络来识别车牌,效果很好,通过验收的,绝对可以运行出结果-Neural network to identify the license plate, a good effect, through the acceptance, and absolutely you can run out of the results of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1617646
    • 提供者:汤丽
  1. lpcseg

    0下载:
  2. 车牌识别程序,MATLAB,源代码,M文件-MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4507
    • 提供者:玉米豆
  1. LevelSet_ChunmingLi_v0

    0下载:
  2. 汽车车牌识别的matlab环境下的程序源码-License Plate Recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:795843
    • 提供者:haoli
  1. Licenseplaterecognitionprogram

    0下载:
  2. 车牌识别的MATLAB程序 含多个M文件及图片 运行有图片演示-License plate recognition program MATLAB language
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:667554
    • 提供者:yukia
  1. Lience_matlab

    1下载:
  2. 车牌识别Matlab程序,可直接运行,内含实验原理报告和源程序!-License Plate Recognition Matlab program can be run directly, the report contains the experimental principle and the source!
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2705265
    • 提供者:wangcongyi
  1. plate-tilt-correction

    0下载:
  2. 车牌倾斜校正程序,将车牌边界与图像边界不平行的图像进行旋转,使其平行,可用于车牌识别。-Plate tilt correction procedure, the plate boundary is not parallel with the image border to rotate the image, a parallel can be used for license plate recognition.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:20510
    • 提供者:huyu
  1. chepaishibie

    1下载:
  2. 只需输入车辆图片,即可实现包括车牌检测、车牌定位、车牌字符分割、车牌字符识别的全流程图形化演示,非常形象!拥有完整matlab源代码,是学习模式识别的高贵编程参考。-Just enter the vehicle picture, you can achieve, including license plate detection, license plate location, license plate character segmentation, the whole process of
  3. 所属分类:matlab

    • 发布日期:2016-11-27
    • 文件大小:1534976
    • 提供者:zdx
  1. bp

    2下载:
  2. bp神经网络车牌识别,用于识别 二值化以后的图像,解压后把 char char1 目录放到d盘下-bp neural network license plate recognition, later used to identify the binary image after extracting the char char1 disk under the directory into the d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5147677
    • 提供者:巨人乔
  1. DSP2017.6.8

    0下载:
  2. .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:愣Q鱼
  1. 车牌识别系统MATLAB源代码完整

    0下载:
  2. clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:89088
    • 提供者:为谁甜
  1. opencvCar

    0下载:
  2. 对车牌进行图像处理,包括字符分割处理,字符识别处理(License plate for image processing, including character segmentation, character recognition processing)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:443392
    • 提供者:稻草人3324
  1. wave_matlab

    0下载:
  2. 汽车车牌识别 小波变换 给出程序来分析 matlab程序(Car license plate recognition wavelet transform gives a program to analyze matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:12288
    • 提供者:canruoliuying
  1. chepai

    0下载:
  2. 对汽车车牌进行识别,得到车牌号,包含程序源文件和字符模板和图片(Car license plate recognition, get the license plate number)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:104448
    • 提供者:Yanggr
  1. LPR-Matlab-master

    0下载:
  2. 基于matlab的车牌识别系统,有良好的gui,识别率良好。(The license plate recognition system based on MATLAB has good GUI and good recognition rate.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:4336640
    • 提供者:AdorableGod
  1. bp和maltab的车牌识别

    4下载:
  2. 实现了灰度处理,锐化,边缘检测,神经网络(Grayscale processing, sharpening, edge detection, neural network)
  3. 所属分类:人工智能/神经网络/深度学习

« 1 2 3 45 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com