搜索资源列表
基于opencv的车牌识别算法
- 基于opencv的车牌识别算法,我亲自是了下,还是不错的-Opencv-based license plate recognition algorithm, I personally was the next, or good
以色列人写的车牌识别算法
- 以色列人写的车牌识别算法。 对于数字识别效果较好,虽然没有车牌捕捉部分,也值得借鉴。,Israelis to write the license plate recognition algorithm. Digital Identification for better, although there was no license plate capture part, but also be used for reference.
chepaishibie.rar
- MATLAB图像分割提取算法源代码(示例车牌识别),MATLAB image segmentation algorithm for extracting the source code (examples of License Plate Recognition)
PlateRecognizer
- 车牌识别,神经网络算法,识别率高达95%,识别时间低于80ms。-License plate recognition, neural network algorithm, the recognition rate as high as 95 percent, to identify less than 80ms.
Study.on.License.Plate.Segmentation.Based.on.Color
- 智能运输系统中车牌识别技术得到了广泛应用 , 车牌分割是车牌识别的重要部分。基于彩色图像车牌分割与采用灰度图像车牌分割相比 , 可以有效消除阴影影响 , 同时车牌颜色也是车牌识别的一个参数。颜色分类处理使用特征函数 , 可以减少颜色坐标转换运算 , 提高颜色分类速度。文中详细讨论中国车牌特征 , 给出车牌分割详细步骤。车牌 区域判别采用信息融合技术。车牌倾斜矫正结合车牌倾斜特点 , 提出快速算法。-Intelligent Transport System in the license pla
plate-demo
- 新手用OpenCV作的一个车牌识别程序,目前只能处理黄底黑字 的车牌图像,供大家交流学习之用,如果大家有好的测试图像, 请发到miaolg@hotmail.com,以进一步提高算法性能。-Novice to use OpenCV for a license plate identification procedures, are currently only dealing with black and yellow license plate images for use to fac
License_Plate_Segmentation
- 车牌识别种的字符分割部分,采用的是比较近点的算法-License_Plate_Segmentation include segmentation code
Theresearchandachievementvehicleplaterecognitionte
- 国内近几年城市智能交通系统发展的很快,车牌识别系统作为 城市智能交通系统中信息采集的一种手段,也得到了很快的发展。 本文在详细研究了国内外的各种有代表性的车牌识别系统的基础上,结合 中国车牌的特点研发了一种适合中国车牌的识别系统。该技术于2004年荣获得 了公安部科技进步二等奖。 本文对车牌识别技术的研究,主要的创新有四个方面: 1基于小波分析的方法,成功地解决了车牌定位系统中传统的图像识别手段 很难解决的三个问题; 2本文对图像获取的摄像系统自适应控制技术进行了
000221216554665
- 汽车车牌号识别算法源代码
car_detect
- vc++做车牌识别的题目,中间有个图像灰度拉伸的算法.是在图像灰度化后调用此算法进行拉伸的-vc++ to do license plates identify the subject, the middle stretch of the algorithm for gray-scale images. is in the image after stretching to call this algorithm the
PNN
- 概率神经网络算法的matlab实验程序 可用于车牌识别 文字识别等模式识别问题-Probabilistic neural network algorithm matlab experimental procedure can be used for license plate recognition to identify issues such as character recognition
Codes
- 程序中有人脸识别,车牌识别,文字识别,细胞边缘检测,Snake算法,不同搜索方法比较等代码。其中车牌识别是VC环境下开发,其他的是Matlab环境下开发。-Procedures are face recognition, license plate recognition, character recognition, cell edge detection, Snake algorithm, a comparison of different search methods code. One
seg
- matlab图像分割识别算法。读入车牌可识别出车牌号码并输出。-matlab image segment algorithm. read in a car license plate can output the number in the plate.
a-useful-adaboost-programme
- 一个基于adaboost算法的车牌识别程序,希望能对大家有所帮助-License plate recognition program based on Adaboost algorithm
cbsb
- 一些开发车牌识别的资料,很有用,1。车牌识别中的二值化及快速倾斜校正算法2。车牌字符识别算法毕业设计3。基于HSI空间的车牌字符分割4。汽车牌照实时几何畸变校正方法5。一种实用快速的车牌字符分割方法-Some developed license plate recognition data, very useful, 1. License Plate Recognition binarization and fast skew correction algorithm 2. Graduation
chepai
- 车牌识别算法的VC环境的实现。 能够对车牌图像进行图像处理图象输入---》灰度化---》二值化---》梯度锐化---》去离散噪声---》倾斜度调整---》图象切分---》归一化---》特征提取---》样本训练---》字符特征输入---》识别出字符结果---》结束- License Plate Recognition
车牌识别
- 本文介绍了一个用matlab实现的车牌识别算法,采用该应用可有效识别静态车牌的识别,完成了灰度变换等基本内容。具备了良好的人机交互能力。(This paper introduces a license plate recognition algorithm implemented by MATLAB, which can identify the static license plate effectively and complete the grayscale transformation
chepaishibie
- 用matlab编写的车牌识别算法,具有可操作性,简单,适合初学者,有简单的图像处理程序(The license plate recognition algorithm written in MATLAB is operable, simple, suitable for beginners and a simple image processing program.)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
matlab车牌识别课程设计报告模板(附源代码)
- matlab里边包括资料(基础,gui,算法),代码(基础,gui,算法)(Matlab summary, data, code)