登录
首页 » Python » carplate

carplate

于 2020-10-29 发布 文件大小:11228KB
0 296
下载积分: 1 下载次数: 6

代码说明:

  首先对车牌识别系统的现状和已有的技术进行深入的研究,然后开发出一个基于 Python 的车牌识别系统,文中先对车辆图像进行高斯去噪、灰度化和边缘检测等预处理方法,然后用颜色特征和形态特征相结合的方法来确定车牌位置,用彩色分割法来完成车牌分割,最后,运用 SVM 分类训练器完成字符识别并使用Python 软件环境进行车牌识别的仿真实验。(License plate recognition based on SVM)

文件列表:

carplate\.idea\.name, 8 , 2018-04-21
carplate\.idea\carplate.iml, 459 , 2018-04-21
carplate\.idea\encodings.xml, 223 , 2018-04-25
carplate\.idea\misc.xml, 686 , 2018-04-21
carplate\.idea\modules.xml, 268 , 2018-04-21
carplate\.idea\workspace.xml, 27973 , 2018-04-25
carplate\Chinese.dat, 3645216 , 2018-03-23
carplate\CommonChar.dat, 4690657 , 2018-03-23
carplate\config.js, 262 , 2018-03-23
carplate\dataset_test\1.jpg, 4543569 , 2018-03-23
carplate\dataset_test\2.jpg, 24073 , 2018-03-23
carplate\dataset_test\8.jpg, 29966 , 2018-04-22
carplate\dataset_test\9.jpg, 26642 , 2018-04-22
carplate\dataset_test\cAA662F.jpg, 62588 , 2018-03-23
carplate\dataset_test\car3.jpg, 27089 , 2018-03-23
carplate\dataset_test\car4.jpg, 25090 , 2018-03-23
carplate\dataset_test\car5.jpg, 28604 , 2018-03-23
carplate\dataset_test\car7.jpg, 27744 , 2018-03-23
carplate\dataset_test\Thumbs.db, 144896 , 2018-04-21
carplate\dataset_train\chars2.7z, 3336217 , 2018-03-23
carplate\dataset_train\charsChinese.7z, 1101040 , 2018-03-23
carplate\Main.py, 16923 , 2018-04-25
carplate\OPENCVUtil.py, 2303 , 2018-04-25
carplate\SVM.py, 633 , 2018-04-21
carplate\__pycache__\OPENCVUtil.cpython-36.pyc, 2051 , 2018-04-25
carplate\__pycache__\SVM.cpython-36.pyc, 1302 , 2018-04-22
carplate\.idea, 0 , 2018-04-25
carplate\dataset_test, 0 , 2018-04-22
carplate\dataset_train, 0 , 2018-04-21
carplate\__pycache__, 0 , 2018-04-25
carplate, 0 , 2018-04-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • YanZhengMa
    本人图像处理的期末课程作业,使用模式识别自动识别验证码。老师都给好评哦(I end image processing course work, the use of pattern recognition automatic identification code)
    2013-06-22 10:12:00下载
    积分:1
  • test_skin
    说明:  基于YCbCr椭圆模型,使用肤色进行人脸检测(use the skin color to detect human-face base on YCbCr modal)
    2010-03-24 17:35:41下载
    积分:1
  • edgelist
    改进的有效边表算法,来自计算机图形学的简单代码(Improved active edge table algorithm, a simple code from the computer graphics)
    2020-06-30 20:40:01下载
    积分:1
  • m_program
    说明:  用于分解图像,检测产品是否合格。此外,它还包括重组图像,实现图像还原。(decomposition of images for detection products qualified. In addition, it also includes reorganization of images, the image is reduced.)
    2006-03-28 15:44:01下载
    积分:1
  • dual-tree
    首先将非平稳的故障振动信号进行双树复小波包分解,得 到不同频带的分量;然后对每个分量求其峭度值和相关系数并进行比较;最后选取峭度值和相关系数较大的分量 进行软阈值降噪和双树复小波包重构,即可有效地消除振动信号中噪声的干扰,同时保留信号中的有效信息即实 现了故障特征信息的提取。(In view of the above situation, a new fault diagnosis method is proposed based on dual-tree complex wavelet packet transform and threshold de-noising. Firstly, the non-stationary fault signal is decomposed into several different frequency band components through dual-tree complex wavelet packet decomposition. Secondly, Kurtosis and the cross-correlation coefficient of each component are obtained and compared. Due to the kurtosis reflecting the signal variations, if the kurtosis value is bigger, the degree of the change of signal is bigger too. The correlation coefficient can reflect the proximity between the component and the original signal at the same time, the correlation coefficient is bigger, the more similar with the original signal. Finally, the components that have a bigger value are chosen to be de-noised by a soft threshold and reconstructed by dual-tree complex wavelet packet transform. The noise interference was eliminated effectively, and the effective si)
    2014-05-28 17:02:14下载
    积分:1
  • 像压缩
    JPEG2000图像压缩算法,可计算压缩比,MSE,PSNR等参数(JPEG2000 image compression algorithm, you can calculate the compression ratio, MSE, PSNR and other parameters)
    2021-01-22 14:48:41下载
    积分:1
  • typical
    数字图像处理中的常用图,LEANNA图,大米图等等,超多图像。(Digital image processing in commonly used map, LEANNA maps, map of rice, etc., super multi-image.)
    2008-12-18 16:57:40下载
    积分:1
  • LBP算法程序
    MATLAB提取LBP纹理特征源码,可以使用(extract LBP texture features source code in MATLAB, you can run this program directly)
    2021-04-14 09:08:55下载
    积分:1
  • skin
    matlab肤色检测程序。rgb2tsl.m用作颜色模式转换,将RGB模式转换为TSL模式。skin.m实现肤色检测,肤色区域为白色,非肤色区域为黑色。(matlab color detection procedure. rgb2tsl.m color model used for conversion, will be converted to RGB mode TSL model. realize skin.m color detection, color region is white, non-color region is black.)
    2008-06-02 10:33:15下载
    积分:1
  • txt云数据
    经典的小兔子、龙、马等多个点云数据,TXT格式。(Classic small rabbit, dragon, horse and other cloud data, TXT format.)
    2018-04-30 09:49:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载