搜索资源列表
车牌自动定位与识别系统测试程序
- 车牌自动定位与识别的程序,不知道对大家有没有用?2005新编的,希望交流的朋友给我发邮件-A produre for vehicles auto location and recognition.
车牌识别定位vc版
- 车牌定位识别程序,算法为先对车牌图进行灰度化,接着二值化,找点,然后定位矩形车牌,最后标出车牌位置。这个程序为图象处理的有一个经典的实例-plates positioning identification procedures, the algorithm first pair of plates map Gray, then two values, find the point and positioning rectangular plates, plates marked the fina
车牌识别
- 车牌定位及分割程序,希望对同学们有所帮助~
车牌识别
- 车牌识别,用于车牌定位
基于MATLAB的车牌识别代码
- 车牌识别系统MATLAB程序+图片 包括车牌定位和字符识别
matlab车牌定位、分割、识别
- matlab车牌识别程序,基于彩色图像的车牌定位,投影法字符分割,模块匹配法识别
LPRecognizer.rar
- 车牌识别,神经网络,识别率高达95%,定位准确。,License plate recognition, neural networks, recognition rate as high as 95 percent, positioning accuracy.
chepaishibie.rar
- 实现车牌的定位,字符分割、及识别,是一个比较完整的程序,To achieve the positioning plate, character segmentation and recognition, is a more complete program
Mobile Police
- 移动警察,车牌识别,车牌定位系统源代码,已经运用在移动车载稽查系统中。-Mobile police, license plate recognition, license plate positioning system source code, has been used in mobile vehicle inspection system.
车牌识别系统
- 车牌识别系统的源代码,可以直接编译并执行,希望和大家分享
Theresearchandachievementvehicleplaterecognitionte
- 国内近几年城市智能交通系统发展的很快,车牌识别系统作为 城市智能交通系统中信息采集的一种手段,也得到了很快的发展。 本文在详细研究了国内外的各种有代表性的车牌识别系统的基础上,结合 中国车牌的特点研发了一种适合中国车牌的识别系统。该技术于2004年荣获得 了公安部科技进步二等奖。 本文对车牌识别技术的研究,主要的创新有四个方面: 1基于小波分析的方法,成功地解决了车牌定位系统中传统的图像识别手段 很难解决的三个问题; 2本文对图像获取的摄像系统自适应控制技术进行了
实现车牌的定位识别
- 车牌识别,实现车牌的定位,分析 提取 和识别-alkjdklajk
LPR_VC
- 智能交通中的车牌识别程序,主要是关于车牌定位和识别的-the code about license plate location and recognition
车牌识别GUI.zip等多个文件
- matlab 车牌识别,含有gui界面,边缘检测车牌定位,神经网络字符识别(Matlab license plate recognition, including GUI interface, edge detection, license plate location, neural network, character recognition)
基于MATLAB的车牌识别程序
- 汽车牌照识别的MATLAB程序,车牌定位,字符分割,字符识别,结果输出(Vehicle License Plate Character Recognition)
车牌识别
- labview vision车牌定位以及识别代码(labview vision for car barcode analyse)
14_车牌识别系统
- 1.首先单击载入图像菜单项(载入车辆图像),图像在images文件夹下面。 2.然后单击车牌定位与识别单项,依次进行车牌提取、倾斜校正、字符分割、字符识别。 注:本程序使用的是OpenCV2.1版本(First click the load image menu item(load the vehicle image), which is under the images folder. 2. The license plate extraction, tilt correction, c
车牌识别
- 本程序的使用是将车牌进行 定位 切割 二值化 倾斜校正后输出车牌(The use of this program is to locate the license plate and cut the two value tilt correction to output the license plate.)
基于matlab+模板匹配的车牌识别
- 车牌识别系统(License Plate Recognition System,LPRS)在许多应用程序中 扮演一个重要的角色,如停车场系统、道路监控、高速公路收费系统、电子警察系 统。在我国,车牌种类较多,并有数字、字母和汉字,与别的国家的车牌相比较为 复杂。课题中提出了基于人工神经网络(ANN)的车牌自动识别系统。车牌识别 系统包括三个主要组件:车牌定位、字符分割和字符识别。(License plate recognition system plays an important ro
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会