搜索资源列表
一种利用颜色信息的车牌字符分割新算法
- 一种利用颜色信息的车牌字符分割新算法.rar-A color information of license plates segmentation algorithm. Rar
P0804
- 车牌定位系统(根据车牌的颜色),车牌为蓝底白字-plates positioning system (based on the color plates), the white plate Lade
platerecognize.利用matlab实现车牌定位识别
- 利用matlab实现车牌定位识别,基于颜色信息,效果很明显,准确率很好,License plate location using matlab to achieve recognition, color information based on the results it is clear that very good accuracy
Run 实现对车牌颜色进行识别和车牌区域的粗定位
- 代码能够实现对车牌颜色进行识别和车牌区域的粗定位,代码使用opencv实现的,算法的鲁棒性比较强!-code can be used for recognition of the color of the plate and coordinate the area of the plate.
PRR2.rar VC++6.0开发的汽车车牌识别系统
- 这是利用VC++6.0开发的汽车车牌识别系统,其基本原理是采用了基于车牌颜色对的最新的车牌识别技术。,This is the use of VC++ 6.0 developed car license plate recognition system, and its basic principle is the use of license plate based on the latest color of license plate recognition technology.
LicensePlate.rar
- Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了,Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identifica
extract_LP
- 车牌定位的源代码,通过颜色特征过滤抽取将黄色区域抽取出来-plates positioning of the source code, color filter characteristics will be collected yellow regional extracted
Study.on.License.Plate.Segmentation.Based.on.Color
- 智能运输系统中车牌识别技术得到了广泛应用 , 车牌分割是车牌识别的重要部分。基于彩色图像车牌分割与采用灰度图像车牌分割相比 , 可以有效消除阴影影响 , 同时车牌颜色也是车牌识别的一个参数。颜色分类处理使用特征函数 , 可以减少颜色坐标转换运算 , 提高颜色分类速度。文中详细讨论中国车牌特征 , 给出车牌分割详细步骤。车牌 区域判别采用信息融合技术。车牌倾斜矫正结合车牌倾斜特点 , 提出快速算法。-Intelligent Transport System in the license pla
automobilelocation
- 汽车车牌定位,基于数学形态学法及颜色的车牌定位方法-Automobile license plate positioning method based on mathematical morphology and color of license plate location method
License_Plate_Recognition_matlab
- 用matlab编的车牌识别,基于对颜色(蓝色)的定位-Matlab made by the License Plate Recognition, based on the color (blue) positioning
car-number-plate-recognization
- 该程序是基于颜色的车牌位置定位程序,能将车牌识别出来-this source code is used for car number plate recognization, which is based on the color indentify.
Dw
- 自己写的车牌定位…E语言环境的,根据YUV颜色通道实现的,对于蓝牌效率和效果都不错~-Write their own license plate location ... E language environment, according to YUV color channels to achieve, for the efficiency and effectiveness of the blue card are good ~
licencelocation
- 各种车牌定位算法,包括基于数学形态学、模板匹配、纹理、边缘检测和颜色特征等!-A variety of license plate location algorithm, including those based on mathematical morphology, template matching, texture, edge detection and color characteristics!
LPR_MATLAB
- 摘要:变形车牌矫正和复杂牌照的文字区域提取是LPR中两个比较重要的问题。本文运用MATLAB,通过Radon 变换检测牌照的角度,使用旋转与错切变换相结合的方法来解决变形牌照矫正问题;通过对牌照区域进行颜色提取从 而消除非牌照颜色的干扰,解决复杂牌照的文字区域提取问题。-Abstract: The distortion correction and complexity of the license plate text area extraction is the LPR in the
L_1669
- 这是利用VC++6.0开发的汽车车牌识别系统,其基本原理是采用了基于车牌颜色对的最新的车牌识别技术-ddddddddddddddddddddddddddddddddddddddd
车牌定位
- 两种方法实现车牌定位:一种基于蓝色车牌的颜色分割,一种基于竖向纹理的识别。源文件有多个算法,有一部分未用到,但也在此提供,鼓励各位试着换个算法优化实现。内含README文件有详细说明。(Using 2 methods to realize license plate recognition: one is based on blue color segmentation, the other is based on vertical pattern recognition. More detai
基于MATLAB的车牌识别
- 本文介绍用MATLAB强大的计算功能和各种功能齐全的函数,图像工具箱来进行汽车车牌的识别。介绍基于LAB颜色模型的颜色特征提取,并根据上述特征进行车牌识别的MATLAB的程序设计进行介绍。(This paper introduces the use of MATLAB's powerful computing function and various functions and image toolbox to identify vehicle license plates. The color
车牌识别
- 实现车牌定位,定位准确,采用基于HSV颜色空间定位方法,速度快准确,利用视觉助手产生的(Realize license plate positioning)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
车牌识别
- python+opencv实现车牌识别,通过canny算子边缘检测+颜色识别提取车牌区域(License plate recognition based on Python + opencv)