搜索资源列表
imagepaper
- 是一篇介绍图像处理的好文章,主要是一种利用颜色信息的车牌字符分割新算法!文章介绍的方法新颖,值得一看!学学!-is an image processing on the excellent article, A major use of color information of license plates segmentation algorithm! The article introduces the novel method, an eye-catcher! learn!
cardetection
- 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,63
基于Hough变换的车牌倾斜检测算法
- 典型的角度检测算法是进行Hough变换后寻找最长直线的倾斜角度.一般情况 下,待处理图象中未必有明显的较长直线.甚至存在一些对图像进行正确检测的长直线干扰 文 章介绍了一种基于统计考虑的数据分析思路,以期在基于Hough变换的角度检测算法上取得更高 的准确性。,The perspective of a typical detection algorithm is the Hough transform to find the longest straight line after the
BPnet
- 基于BP神经网络的字符识别,很不错的啊该系统是为了辨认识别图像中的数字而设计的,它通过对图片的一系列处理,最后识别得出图片中显示的数字。-Based on BP neural network character recognition, it is good ah the system is designed to identify the number of images to identify and design, it adopted a series of picture proces
2009
- 车牌识别,图像处理类资料,要用CAJViewer阅读器浏览 -Image-processing type of information, readers should visit the CAJViewer
qicheshibiexitongfenxi
- 从图像处理角度写的一篇关于车牌识别的论文,是我的毕业设计,希望有帮助!-From image processing point of writing a thesis on the license plate recognition is my graduation project, hope that helps!
zifudingweiyufenge
- 基于数字图像处理技术的车牌自动检测与分割算法研究-Based on digital image processing technology license plate detection and segmentation algorithm
ocr
- 该系统是为了辨认识别图像中的数字而设计的,它通过对图片的一系列处理,最后识别得出图片中显示的数字。系统既可以单独使用,也可以把它作为一个识别系统的软件核心应用到车牌识别等系统中去。-The system is to identify the identification number of the image is designed, it adopted a series of pictures, at last, come to identify the number shown in th
image_to_solve_erpter_system
- 基于数字图像处理的车牌识别专家系统的研究 研究专家系统,使用图像处理技术-An Efficient Multivalued image Network for the system
ISP_CarIdentify
- 图像处理在车牌图像预处理中的应用 灰度化 车牌图像灰度化 直方图均衡化 灰度拉伸 二值化 全局阈值法和局部阈值法 适用于车牌的二值化方法 边缘检测 图像梯度 几种常见的边缘检测算子 适用于车牌的边缘检测算子 -Image processing in the
License-plate-number-identification
- 车牌号码识别,图像处理分割.处理的实现,分割分割分割-The license plate number recognition, image processing segmentation. Handling implementation Segmentation Segmentation Segmentation
Digital-Image-Processing-Report
- 加强对数字图像处理的理解,通过识别车牌来实践理论,用matlab实现-Enhance the understanding of digital image processing, the theory into practice by identifying license plates, using matlab to achieve
work
- 基于MATLAB的车牌识别系统。图像预处理、车牌定位、字符分割、字符识别-License Plate Recognition System Based on MATLAB. Image preprocessing, license plate location, character segmentation, character recognition
基于Lwip的智能小区车牌识别系统
- 本文详细地介绍了基于STM32F 103RCT6控制芯片的车牌识别系统的设计,分析了车牌识别的图像处理技术,而且具体地介绍了对车牌识别的整个过程,最后并完成了相关软件的设计。