资源简介
自己编写的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个文件信息
- 上一篇:基于74LS161的数字钟仿真
- 下一篇:支持lbp直方图的图像相似度计算
相关资源
- MATLAB图像分割提取算法源代码---车牌
- matlab车牌识别有gui
- 基于Matlab车牌识别系统
- 车牌识别matlab代码
- MATLAB-车牌识别代码打包.zip
- 车牌识别小程序
- 车牌识别系统
- MATLAB车牌去雾+识别.rar
- 模板匹配算法车牌识别
- 基于神经网络的车牌识别matlab
- MATLAB车牌识别-神经网络代码
- 毕设车牌识别程序 -matlab
- 基于MATLAB的车牌识别程序
- Matlab车牌识别系统含GUI界面.zip
- MATLAB车牌识别出入库计时计费(语音
- matlab车牌识别系统
- chepai 车牌识别系统
- chepaishibie 一个车牌识别的小程序
- BP_Neural_Netwok-Recognition_License_Plate(M
- 47457821nicecaridentity 一个很好的车牌识
- presentation 车牌识别的全套MATLAB算法
- yuanchuang1 车牌识别的一个完整程序
- yigechepaishibiedechengxu 车牌识别
- LPR-neural-network 我自己做的一个基于神
- chepaishibie 基于matlab的车牌识别
- matlab-license-plate-recognition matlab车牌识
- opencv-3
- a-useful-adaboost-programme 一个基于adaboo
- zx_pr_exp_6 选择合适的方法对车牌进行
- car_odes Matlab一套车牌识别的程序
评论
共有 条评论