• 大小: 448KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: Matlab
  • 标签: 车牌识别  

资源简介

自己编写的MATLAB车牌识别源码。使用gui界面设计。里面带了车牌的图片,在MATLAB下运行gui.m文件,选择要识别的图片即可自动识别。

资源截图

代码片段和文件信息

function[wordresult]=getword(d)
word=[];
flag=0;
y1=8;
y2=0.5;
while flag==0
    [mn]=size(d);
    wide=0;
    while sum(d(:wide+1))~=0 && wide<=n-2
        wide=wide+1;
    end
    temp=qiege(imcrop(d[1 1 wide m]));%用于返回图像的一个裁剪区域
    [m1n1]=size(temp);
    if widey2
        d(:[1:wide])=0;
        if sum(sum(d))~=0
            d=qiege(d);%切割出最小范围
        else word=[];flag=1;
        end
    else
        word=qiege(imcrop(d[1 1 wide m]));
        d(:[1:wide])=0;
        if sum(sum(d))~=0;
            d=qiege(d);
            flag=1;
        else d=[];
        end
    end
end
result=d;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        887  2018-10-10 20:05  LicensePlateRecognition-master\1.jpg

     文件        752  2018-10-10 20:05  LicensePlateRecognition-master\2.jpg

     文件        832  2018-10-10 20:05  LicensePlateRecognition-master\3.jpg

     文件        739  2018-10-10 20:05  LicensePlateRecognition-master\4.jpg

     文件        772  2018-10-10 20:05  LicensePlateRecognition-master\5.jpg

     文件        627  2018-10-10 20:05  LicensePlateRecognition-master\6.jpg

     文件        749  2018-10-10 20:05  LicensePlateRecognition-master\7.jpg

     文件       2964  2018-10-10 20:05  LicensePlateRecognition-master\dw.jpg

    .......       631  2018-04-19 18:14  LicensePlateRecognition-master\getword.m

    .......      8342  2018-04-19 18:14  LicensePlateRecognition-master\gui.fig

    .......      6781  2018-04-19 18:14  LicensePlateRecognition-master\gui.m

    .......     73564  2018-04-19 18:14  LicensePlateRecognition-master\images\1.jpg

    .......       358  2018-04-19 18:14  LicensePlateRecognition-master\qiege.m

    .......        72  2018-04-19 18:14  LicensePlateRecognition-master\README.md

     文件      36830  2018-10-10 19:57  LicensePlateRecognition-master\timg.jpg

     文件       3116  2018-10-10 20:05  LicensePlateRecognition-master\二值化.jpg

     文件       3142  2018-10-10 20:05  LicensePlateRecognition-master\均值滤波.jpg

    .......       622  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\0.jpg

    .......     18188  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\1.jpg

    .......     19038  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\2.jpg

    .......     18972  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\3.jpg

    .......       792  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\4.jpg

    .......       799  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\5.jpg

    .......     18887  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\6.jpg

    .......     18643  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\7.jpg

    .......       888  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\8.jpg

    .......       778  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\9.jpg

    .......       792  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\A.jpg

    .......     19455  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\B.jpg

    .......     19585  2018-04-19 18:14  LicensePlateRecognition-master\字符模板\C.jpg

............此处省略45个文件信息

评论

共有 条评论