搜索资源列表
extract_yellow_region
- 车牌识别技术422 10.1 系统简介422 10.1.1 车牌定位技术综述423 10.1.2 车牌字符 识别技术综述423 10.2 车牌图像定位与分割算法424 10.2.1 车牌图像的-Vehicle Identification Technology System 422 10.1 422 10.1.1 plates positioning technology on 423 10.1.2 License Plate Recognition Technology 423 10.2 pl
车牌号码识别matlab完整程序实现
- 随这图形图像技术的发展,现在的车牌识别技术准确率越来越高,识别速度越来越快。无论何种形式的车牌识别系统,它们都是由触发、图像采集、图像识别模块、辅助光源和通信模块组成的。车牌识别系统涉及光学、电器、电子控制、数字图像处理、计算视觉、人工智能等多项技术。触发模块负责在车辆到达合适位置时,给出触发信号,控制抓拍。辅助光源提供辅助照明,保证系统在不同的光照条件下都能拍摄到高质量的图像。图像预处理程序对抓拍的图像进行处理,去除噪声,并进行参数调整。然后通过车牌定位、字符识别,最后将识别结果输出。
彩色车牌分割与字符识别(全部代码)
- 识别图书条纹码,彩色车牌分割,字符识别,并且配有相应的图片,内附操作说明。
MY
- 利用MATLAB初步实现车牌的截取以及字符识别.实验报告中包含有思路的详解与分析以及源代码.-Using MATLAB to recognize the car license. The report contains the process of thinking and analysis, as well as source code.
License-plate-recognition
- 绝对好的!用matlab实现的车牌识别程序,包含字符提取和字符切割模块的程序和字符模板-Absolutely good! License plate recognition using matlab implementation procedures, including character extraction and character segmentation module of the program and character templates
work
- 本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。-This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on th
chepaishibie
- 只需输入车辆图片,即可实现包括车牌检测、车牌定位、车牌字符分割、车牌字符识别的全流程图形化演示,非常形象!拥有完整matlab源代码,是学习模式识别的高贵编程参考。-Just enter the vehicle picture, you can achieve, including license plate detection, license plate location, license plate character segmentation, the whole process of
originalcode
- 一个简单的车牌字符识别系统 包括车牌定位 字符切割及识别等功能-A license plate recognition (LPR)
car
- 汽车车牌的图像识别。 根据车牌凸角轮廓特征,采用MPP算法进行车牌倾斜校正;采用彩色图像分割方法,最大限度的去除图像噪声干扰;设计了基于神经网络的多种彩色背景车牌字符识别方法,取得了良好的效果。-Image recognition of vehicle license plates. According to plate convex contour feature, the use of MPP plate tilt correction algorithm using color imag
matlab-car-recognization
- matlab 车牌识别,图像预处理,图像分割,字符识别等-matlab image processing, image segment
Achepaishhibr
- 文章从车牌定位、 车牌字符分割和车牌字符识别 3个阶段对对车牌识别技术进行了深入研究,并用MATLAB进行了仿真。 -Article from the license plate location, license plate character segmentation and character of the license plate to identify three stages in-depth study on the license plate recognition te
chepaishibie
- 车牌字符识别matlab源程序
MATLABzifushibei
- 基于MATLAB的车牌识别的设计算法,实现的有车牌定位,车牌字符分割和识别等算法。- In this thesis,the main contents include: First, copes with positioning process of the captured vehicle license plate and then preprocess the positioned license plate Second, based on comparison of gray l
Plate-recognition-system-source-code
- 本源码是基于MATLAB实现车牌识别并语音播报。 本系统针对家庭小型车蓝底白字车牌进行识别。根据彩色图像的RGB比例定位出近似蓝色的候选区域。但是由于RGB三原色空间中两点间的欧氏距离与颜色距离不成线性比例,在设定蓝色区域的定位范围时不能很好的控制。因此造成的定位出错是最主要的。这样在图片中出现较多的蓝色背景情况下识别率会下降,不能有效提取车牌区域。对此本文提出了自适应调节方案。对分割出来的区域进行识别调整。根据长宽比,蓝白色比对候选区域进行多次定位。最终找到车牌区域。 对字符正确识别之
aaa
- 图像处理,实现对车牌的识别,最后将分割定位出的字符显示出来。-Image processing, recognition of license plates, and finally split locate the character displayed.
zhengquechepaishibie
- 基于matlab车牌识别系统,图像预处理,车牌定位,字符识别-matlab license plate recognition systems, image preprocessing, license plate location, character recognition based on
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
chepai
- 对汽车车牌进行识别,得到车牌号,包含程序源文件和字符模板和图片(Car license plate recognition, get the license plate number)
标准库
- 用于车牌字符识别系统中的模板匹配识别法,模板库的简历,含数字字母和汉字(Template matching recognition method for license plate character recognition)
车牌识别(含GUI,语音播报)
- 一个完整的车牌识别系统闭应包括车辆检测、图像采集、图像预处理、车牌定位、字符分割、字符识别等单元。当车辆到达触发图像采集单元时,系统采集当前的视频图像。车辆识别单元对图像进行处理,定位出牌照位置,再将车牌中的字符分割出来进行识别,然后组成车牌号码输出。(A complete license plate recognition system should include vehicle detection, image acquisition, image preprocessing, licen