Description: 索书号文字图像分割
粘连字符切分
文字识别
彩色车牌分割
商标文字分割
文字识别的识别子函数
文字识别的结构特征提取子函数
-Call Number text image segmentation adhesion character segmentation of license plate character recognition color segmentation segmentation trademark character recognition text recognition Functions character recognition feature extraction structure Functions Platform: |
Size: 205824 |
Author:wzs |
Hits:
Description: 图像分割是图像处理最基本和最重要的技术,是任何理解系统和自动识别系统
必不可少的一个重要环节.车牌以及车牌字符的提取是图像分割技术的一个特殊应
用场合,它包括车牌的定位和车牌字符的切分两个步骤。本章将对这两个步骤的算
法进行阐述.第一、二节中将分别详细介绍车牌区域的定位、切分技术 由于二值
化算法在字符的提取中具有重要的作用,因此在第三节中将作重点讨论.
-Image processing image segmentation is the most fundamental and important technology, is any understanding of systems and automatic identification system essential for an important part. License plate and license plate character extraction image segmentation technique is a special application, which includes car license plate location and character segmentation in two steps. These two steps in this chapter will elaborate algorithm. First, the two plates will introduce a detailed regional positioning, segmentation techniques as a result of binarization algorithm in the extraction of characters play an important role, so in Section III will be focused on. Platform: |
Size: 6277120 |
Author:poon |
Hits:
Description: 车牌识别matlab源程序
基于颜色的车牌定位和分割技术研究与实现
function [seg] = character_segmentation(bw)
% character_segmentation: Returns the digit segments in the supplied binary image.
% The function uses the "segment" function, keeping only the seven
% segments in the result with largest area, and in case less than seven
% segments were found, it attempts to recall the function, making the
% separation between the already found segments clearer (by cleaning the
% bits which are there.-License plate recognition matlab source code based on the color of the plate positioning and segmentation research and realize function [seg] = character_segmentation (bw) character_segmentation: Returns the digit segments in the supplied binary image. The function uses the segment function, keeping only the seven segments in the result with largest area, and in case less than seven segments were found, it attempts to recall the function, making the separation between the already found segments clearer (by cleaning the bits which are there . Platform: |
Size: 2048 |
Author:wang |
Hits:
Description: 车牌识别(LRP)是智能交通系统中关键技术之一。以车牌识别为
基础,可以对车辆进行自动登记、验证、监视、报警,进而可以应用
在多种场合,如高速公路收费系统 道路、卡口监控系统 小区、停
车场收费 监控系统和车流统计等。在本文的研究中以模式识别和图
像处理技术为基础和基本手段,结合新兴领域的理论工具一一小波分
析,分别对车牌分割、车牌图像去噪和车牌字符识别三个方面做了系
统研究,并提出了有效的解决方法。
-License Plate Recognition (LRP) is the intelligent transportation system one of the key technologies. To vehicle license plate recognition based on the vehicles can be automatically registered, verification, monitoring, alarm, and thus can be applied on many occasions, such as highway toll collection system of roads, district monitoring system Bayonet, parking charges and traffic monitoring system statistics. In this study in order to pattern recognition and image processing technology as the foundation and basic tools, combined with the emerging field of the theory of wavelet analysis tools 11, respectively, on the license plate segmentation, image denoising and license plate license plate character recognition three have done a systematic research and to propose an effective solution. Platform: |
Size: 12358656 |
Author:cy |
Hits:
Description: 本文运用MATLAB对车辆牌照识别中的牌照定位、字符分割技术加以讨论。通过对一定数量的图像进行处理,表明MATLAB在这方面的运用是非常有效和成功的。-In this paper, the use of MATLAB on the vehicle license plate recognition in positioning, character segmentation techniques to be discussed. Through the deal with a certain number of images that MATLAB application in this regard is very effective and successful. Platform: |
Size: 286720 |
Author:星星 |
Hits:
Description: 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网络。-Using matlab to do a complete license plate recognition source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts used in BP network. Platform: |
Size: 4096 |
Author:zz |
Hits:
Description: 车辆牌照识别技术是公安执法系统、高速公路自动收费系统、城市道路监控系统等诸多智能交通应
用管理系统中的重要一环。它可应用于交通流量检测,交通控制与诱导.不停车自动收费及违章车辆监
控等领域,具有广阔的前景。而车牌的定位分割,及车牌分割后的字符分割则是车辆牌照识别技术中十
分重要的组成部分,本文对乍牌及其字符分割的方法进行了相关的探讨和研究。
-Vehicle license plate recognition technology is the law enforcement system, automatic highway toll collection system, urban road monitoring system, and application of intelligent traffic management system for an important element. It can be applied to traffic detection, traffic control and induced. Do not stop automatically charges and regulations in areas such as vehicle monitoring, will have broad prospects. The positioning of partition plates, and after the partition plate character segmentation is the vehicle license plate recognition technology in a very important component of the paper Platform: |
Size: 184320 |
Author:galilio |
Hits:
Description: 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网-Matlab do with License Plate Recognition complete source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts used in BP network Platform: |
Size: 4096 |
Author:ronghjr |
Hits:
Description: 车牌检测与识别技术的相关技术:
提出一种梯度增强法对图像边缘进行增强,
该方法主要通过对图像本身信息进行简单梯度变换以突出图像边缘,
并辅以数学形态学中的膨胀法实现牌照的快速定位. 在字符分割部分,
给出了最小面积旋转法以确定牌照的最佳旋转角,
并采用垂直投影法分割牌照中的字符
-License plate detection and recognition technology related technologies: a gradient-enhanced method of image edge enhancement, the method of the image itself, mainly through a simple gradient transform information in order to highlight the image edge, supplemented by mathematical morphology in the expansion of law implementation License Express location. in the character segmentation part, give a minimum area of rotation method to determine the best rotation angle license and using the vertical projection of the character segmentation license Platform: |
Size: 1024 |
Author:张i |
Hits:
Description: 文章从车牌定位、 车牌字符分割和车牌字符识别 3个阶段对车牌识别技术进行了深入研究,并用MATLAB进行了仿真。 -Article from the license plate location, vehicle license plate character segmentation and character recognition of the three stages of License Plate Recognition technology for in-depth studies and simulation using MATLAB. Platform: |
Size: 62464 |
Author:viwin |
Hits:
Description: a.牌照定位,定位图片中的牌照位置;
b.牌照字符分割,把牌照中的字符分割出来;
c.牌照字符识别,把分割好的字符进行识别,最终组成牌照号码。
-a. License Plate Location, location location of the picture of the license b. Character Segmentation license to license the characters split up c. license character recognition, to split a good character to identify the final composition of license number. Platform: |
Size: 1670144 |
Author:季托 |
Hits:
Description: 本文提出了一种新的车辆许可证盘子识别,并在此基础上提出了一种自适应图像分割方法-In this paper, a new algorithm for vehicle license
plate identification is proposed, on the basis of a novel adaptive
image segmentation technique (Sliding Windows) in
conjunction with a character recognition Neural Network. The
algorithm was tested with 2820 natural scene gray level vehicle
images of different backgrounds and ambient illumination.
The camera focused on the plate, while the angle of view and
the distance from the vehicle varied according to the
experimental setup. The license plates properly segmented
were 2719 over 2820 input images (96.4 ). The Optical
Character Recognition (OCR) system is a two layer
Probabilistic Neural Network with topology 108-180-36, whose
performance reached 97.4 . The PNN was trained to identify
multi-font alphanumeric characters from car license plates
based on data obtained from algorithmic image processing. Platform: |
Size: 831488 |
Author:keithe |
Hits:
Description: 一种汽车牌照字符分割的新方法,车牌字符分割在车牌识别中起到很重要的作用。-license plate character segmentation in license plate recognition plays an important role in
Platform: |
Size: 250880 |
Author:鸡头 |
Hits:
Description: 车牌识别系统中的字符分割及识别,车牌字符分割在车牌识别中起到很重要的作用。-License plate recognition system character segmentation and recognition, license plate character segmentation in license plate recognition plays an important role in
Platform: |
Size: 3831808 |
Author:鸡头 |
Hits:
Description: 车牌识别中的字符分割部分的程序,可以对字符进行精确分割-Character segmentation in license plate recognition part of the program, accurate segmentation can be character Platform: |
Size: 2048 |
Author:小雪 |
Hits:
Description: 描述图像处理中的车牌字符分割的要点,以及一些方法。-Describe the main points of the license plate character segmentation in image processing, as well as some methods. Platform: |
Size: 7168 |
Author:zhouguang |
Hits: