基于MATLAB实现的蓝白车牌识别系统
文件列表(压缩包大小 5.51M)
免费
概述
[1].http://www.cnblogs.com/silence-hust/p/4191821.html [2].http://www.cnblogs.com/subconscious/p/4047960.html [3].https://www.coursera.org/learn/machine-learning/home/week/5 (注册登录可见)
Training : 神经网络训练程序
main.m 主程序
LicPlateLoc.m 车牌定位子函数
LicPlateRec.m 字符识别子函数
LicPlateSeg.m 字符分割子函数
adjust.m
逆透视变换函数 (参考 Dsp Tian matlab练习程序(倾斜校正,透视变换) 博客园 http://www.cnblogs.com/tiandsp/archive/2012/12/16/2820916.html)
BoxFeature.m 求矩形特征的函数
clean.m 清除多余连通区的函数
findblue.m 查找蓝色区域的函数
minBoundingBox.m
求最小外接矩形的函数 (参考 http://www.mathworks.com/matlabcentral/fileexchange/31126-2d-minimal-bounding-box/content/minBoundingBox.m)
recognise.m 字符识别函数
rgb2hsi.m
RGB图像转换为HSI图像的函数 (参考 xiaojidan2011.matlab RGB到HSI的彩色转换及实现 CSDN博客 http://blog.csdn.net/xiaojidan2011/article/details/7968883)
sigmoid.m S函数
hanzi_theta1.mat 汉字识别的神经网络参数1 hanzi_theta2.mat 汉字识别的神经网络参数2 theta1.mat 字母数字识别的神经网络参数1 theta2.mat 字母数字识别的神经网络参数2
TestImage1.jpg TestImage2.jpg 转载自:https://github.com/CaptYoung/License-Plate-Recognition#readme
如果遇到文件不能下载或其他产品问题,请添加管理员微信:ligongku001,并备注:产品反馈
评论(0)