资源简介
自己编写的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的车牌识别系统论文
- 基于matlab的车牌识别资源整合16篇
- matlab模板匹配车牌识别
- MATLAB 夜间车牌识别
- MATLAB车牌[GUI,语音播报,论文,详细
- 基于SVM的matlab车牌识别
- 车牌识别程序
- 基于matlab+模板匹配的车牌识别程序
- MATLAB多方法车牌识别系统bp+模板+GUI
- 基于MATLAB的车牌识别算法
- 基于matlab的模板匹配与车牌识别
- 车牌识别带有设计报告,图片,Matl
- matlab车牌识别完整程序
- 基于神经网络车牌识别识别
- 车牌识别matlab程序235178
- 车牌识别_matlab_模式识别(MATLAB代码,
- 车牌识别matlab简单实现
- BP车牌检测.zip
- 模糊车牌识别
- 车牌识别与数据库管理系统
- 基于MATLAB车牌识别系统设计--程序--字
- 车牌识别 matlab完整源代码,可运行有
- matlab车牌识别程序神经网络
- 车牌识别与人脸定位matlab
- 基于matlab的车牌识别系统设计122272
- 数字图像处理车牌识别课程设计matl
- MATLAB 车牌识别
- Matlab完整版车牌定位识别
- 基于MATLAB的车牌识别系统研究(课设
评论
共有 条评论