搜索资源列表
车牌定位
- 车牌定位系统是进行车牌自动识别的重要一部分能正确的获得整个图象的车牌部分 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做
车牌定位
- 车牌定位 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保
lpr_loc
- 我编写的基于颜色分量的汽车牌照定位识别。主要有以下几步:1 基于颜色分量的灰度值识别出车牌(基于蓝色车牌)2 从蓝色区域中识别白色的号码-prepared by the color components based on the vehicle license location identification. The following are the main steps : a component based on the colo
VC++cpdw
- 汽车牌照定位,只能读取800*600的BMP位图-vehicle license positioning, can read 800* 600 BMP Bitmap
Carrec
- 基于颜色分量的汽车牌照定位,用MATLAB软件实现。-Based on the color of the vehicle license component positioning, using MATLAB software.
MATLAB_ChePAiDingWei
- 程序内容是关于汽车牌照定位,方法是基于颜色分量,使用MATLAB进行编写。 希望对您有所帮助!-Procedures are on the vehicle license positioning method is based on the color component, the use of MATLAB to carry out the preparation. I hope for your help!
A-surney-of-License-Plate-Location-Technology
- 汽车牌照定位研究综述 车牌定位、分割、识别论文-Research on vehicle license plate location positioning, segmentation, identification papers
chepaishibie3
- 车辆牌照定位是车辆牌照识别中的重要步骤,文章针对车辆图象的复杂背景及非 均匀的光照条件,提出了一种基于特征的车牌实时定位算法。实验结果表明,该算法定位准确率较 高,鲁棒性较好。 -Vehicle license plate recognition vehicle positioning is an important step in the article against the complex background ima
chepaishibie
- 一个汽车牌照识别程序,包括牌照定位,字符分割和字符识别等部分的算法,在网上下的,希望能够对大家有用!-A car license plate recognition procedures, including license positioning, character segmentation and character recognition, such as part of the algorithm, under the Int
ex2
- 汽车牌照定位与字符识别。这种方法总体上比较容易理解,Matlab的函数隐藏了傅立叶变换等复杂的计算。-Vehicle license positioning and character recognition. This method is easier to understand in general, Matlab function to hide the complex Fourier Transform calculations
plateLocate
- 一个智能车辆牌照定位系统,对于智能交通识别来说,车牌定位识别系统至关重要,该代码是其中的定位部分。-An intelligent vehicle license positioning system, for intelligent traffic identification, the license plate recognition system is crucial location, the code is one of th
FunCarlP
- 基于sobel算法的汽车牌照定位 本算法用matlab实现-Sobel algorithm based on the vehicle license positioning realize this algorithm by matlab
card2
- 汽车牌照定位算法,MATLAB实现,已通过编译-Vehicle license location algorithm, MATLAB realized, had passed through the compiler
suanfa
- 基于颜色分量的汽车牌照定位基于颜色分量的汽车牌照定位 基于颜色分量的汽车牌照定位基于颜色分量的汽车牌照定位-Several compression algorithms [matlab]
Matlab_Image_Processing
- 林健写的Matlab在图像处理与目标识别方面的应用实验,包括染色体识别与统计、汽车牌照定位与字符识别、基于BP神经网络识别字符的简单实验。-Lam Kin Writing at the Matlab image processing and target recognition application experiments, including chromosome identification and statistics, veh
car_position
- 汽车牌照定位-car licence position
TheResearchforRecognition
- 基于视频图像的运动车辆识别系统主要是由汽车牌照识别和汽车类型识 别两大核心技术构成,它在智能交通领域中有着广泛的应用,同时也是计算机 视觉、图像处理和模式识别等交叉学科研究的热门课题,因此对相关技术的研 究正受到普遍关注。本文正是在这一背景下,对运动车辆识别技术进行了系统 的研究。在车牌识别技术中,本文着重对车牌定位和车牌字符识别等关键技术 所涉及的难点进行了深入的研究。在车型识别技术中,与当前国内外学者侧重 于
ex2
- 汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides
Matlab_image_segmentation
- 在matlab中完成染色体识别与统计,汽车牌照定位与字符识别两个图像处理方面的应用,步骤清晰,解释详尽,值得学习!-Matlab completed in chromosome identification and statistics, motor vehicle license character recognition and positioning of two image processing applications, th
汽车牌照识别源码
- 主要是针对汽车牌照的定位和识别,并没有训练部分