CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 车牌识别算法

搜索资源列表

  1. 基于opencv的车牌识别算法

    1下载:
  2. 基于opencv的车牌识别算法,我亲自是了下,还是不错的-Opencv-based license plate recognition algorithm, I personally was the next, or good
  3. 所属分类:图形/文字识别

    • 发布日期:2016-01-25
    • 文件大小:205kb
    • 提供者:丁一
  1. 以色列人写的车牌识别算法

    3下载:
  2. 以色列人写的车牌识别算法。 对于数字识别效果较好,虽然没有车牌捕捉部分,也值得借鉴。,Israelis to write the license plate recognition algorithm. Digital Identification for better, although there was no license plate capture part, but also be used for reference.
  3. 所属分类:图形/文字识别

    • 发布日期:2013-11-01
    • 文件大小:2.55mb
    • 提供者:dingnkx
  1. chepaishibie.rar

    0下载:
  2. MATLAB图像分割提取算法源代码(示例车牌识别),MATLAB image segmentation algorithm for extracting the source code (examples of License Plate Recognition)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-25
    • 文件大小:43.46kb
    • 提供者:fhb
  1. PlateRecognizer

    2下载:
  2. 车牌识别,神经网络算法,识别率高达95%,识别时间低于80ms。-License plate recognition, neural network algorithm, the recognition rate as high as 95 percent, to identify less than 80ms.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-08-09
    • 文件大小:7.62mb
    • 提供者:飞辉
  1. Study.on.License.Plate.Segmentation.Based.on.Color

    0下载:
  2. 智能运输系统中车牌识别技术得到了广泛应用 , 车牌分割是车牌识别的重要部分。基于彩色图像车牌分割与采用灰度图像车牌分割相比 , 可以有效消除阴影影响 , 同时车牌颜色也是车牌识别的一个参数。颜色分类处理使用特征函数 , 可以减少颜色坐标转换运算 , 提高颜色分类速度。文中详细讨论中国车牌特征 , 给出车牌分割详细步骤。车牌 区域判别采用信息融合技术。车牌倾斜矫正结合车牌倾斜特点 , 提出快速算法。-Intelligent Transport System in the license pla
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:139.32kb
    • 提供者:memcpy
  1. plate-demo

    0下载:
  2. 新手用OpenCV作的一个车牌识别程序,目前只能处理黄底黑字 的车牌图像,供大家交流学习之用,如果大家有好的测试图像, 请发到miaolg@hotmail.com,以进一步提高算法性能。-Novice to use OpenCV for a license plate identification procedures, are currently only dealing with black and yellow license plate images for use to fac
  3. 所属分类:Special Effects

    • 发布日期:2016-09-03
    • 文件大小:3.51mb
    • 提供者:ligangmiao
  1. License_Plate_Segmentation

    1下载:
  2. 车牌识别种的字符分割部分,采用的是比较近点的算法-License_Plate_Segmentation include segmentation code
  3. 所属分类:Graph program

    • 发布日期:2016-11-24
    • 文件大小:3.17kb
    • 提供者:stephenwoo
  1. Theresearchandachievementvehicleplaterecognitionte

    0下载:
  2. 国内近几年城市智能交通系统发展的很快,车牌识别系统作为 城市智能交通系统中信息采集的一种手段,也得到了很快的发展。 本文在详细研究了国内外的各种有代表性的车牌识别系统的基础上,结合 中国车牌的特点研发了一种适合中国车牌的识别系统。该技术于2004年荣获得 了公安部科技进步二等奖。 本文对车牌识别技术的研究,主要的创新有四个方面: 1基于小波分析的方法,成功地解决了车牌定位系统中传统的图像识别手段 很难解决的三个问题; 2本文对图像获取的摄像系统自适应控制技术进行了
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:10.2mb
    • 提供者:陈忠厚
  1. 000221216554665

    0下载:
  2. 汽车车牌号识别算法源代码
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:236.88kb
    • 提供者:吴佳
  1. car_detect

    0下载:
  2. vc++做车牌识别的题目,中间有个图像灰度拉伸的算法.是在图像灰度化后调用此算法进行拉伸的-vc++ to do license plates identify the subject, the middle stretch of the algorithm for gray-scale images. is in the image after stretching to call this algorithm the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3.48mb
    • 提供者:李斌
  1. PNN

    2下载:
  2. 概率神经网络算法的matlab实验程序 可用于车牌识别 文字识别等模式识别问题-Probabilistic neural network algorithm matlab experimental procedure can be used for license plate recognition to identify issues such as character recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-24
    • 文件大小:744byte
    • 提供者:薛睿
  1. Codes

    2下载:
  2. 程序中有人脸识别,车牌识别,文字识别,细胞边缘检测,Snake算法,不同搜索方法比较等代码。其中车牌识别是VC环境下开发,其他的是Matlab环境下开发。-Procedures are face recognition, license plate recognition, character recognition, cell edge detection, Snake algorithm, a comparison of different search methods code. One
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-30
    • 文件大小:21.41mb
    • 提供者:王立
  1. seg

    0下载:
  2. matlab图像分割识别算法。读入车牌可识别出车牌号码并输出。-matlab image segment algorithm. read in a car license plate can output the number in the plate.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:19.74kb
    • 提供者:Andy Qin
  1. a-useful-adaboost-programme

    2下载:
  2. 一个基于adaboost算法的车牌识别程序,希望能对大家有所帮助-License plate recognition program based on Adaboost algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-24
    • 文件大小:42.14kb
    • 提供者:renlei
  1. cbsb

    0下载:
  2. 一些开发车牌识别的资料,很有用,1。车牌识别中的二值化及快速倾斜校正算法2。车牌字符识别算法毕业设计3。基于HSI空间的车牌字符分割4。汽车牌照实时几何畸变校正方法5。一种实用快速的车牌字符分割方法-Some developed license plate recognition data, very useful, 1. License Plate Recognition binarization and fast skew correction algorithm 2. Graduation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1.02mb
    • 提供者:shikaichang
  1. chepai

    3下载:
  2. 车牌识别算法的VC环境的实现。 能够对车牌图像进行图像处理图象输入---》灰度化---》二值化---》梯度锐化---》去离散噪声---》倾斜度调整---》图象切分---》归一化---》特征提取---》样本训练---》字符特征输入---》识别出字符结果---》结束- License Plate Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2014-12-18
    • 文件大小:302kb
    • 提供者:宝石
  1. 车牌识别

    0下载:
  2. 本文介绍了一个用matlab实现的车牌识别算法,采用该应用可有效识别静态车牌的识别,完成了灰度变换等基本内容。具备了良好的人机交互能力。(This paper introduces a license plate recognition algorithm implemented by MATLAB, which can identify the static license plate effectively and complete the grayscale transformation
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-08
    • 文件大小:266kb
    • 提供者:soc
  1. chepaishibie

    0下载:
  2. 用matlab编写的车牌识别算法,具有可操作性,简单,适合初学者,有简单的图像处理程序(The license plate recognition algorithm written in MATLAB is operable, simple, suitable for beginners and a simple image processing program.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-18
    • 文件大小:265kb
    • 提供者:ccshi2sha
  1. Python-opencv车牌识别

    2下载:
  2. 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
  3. 所属分类:OpenCV

    • 发布日期:2020-09-01
    • 文件大小:21kb
    • 提供者:西风何时来
  1. matlab车牌识别课程设计报告模板(附源代码)

    2下载:
  2. matlab里边包括资料(基础,gui,算法),代码(基础,gui,算法)(Matlab summary, data, code)
  3. 所属分类:图形/文字识别

    • 发布日期:2019-12-27
    • 文件大小:1.21mb
    • 提供者:杨小瘦
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com