-
我的英语很差
使用说明
使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。
具体步骤
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,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。
5.用自定义模板进行中值滤波
区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。
6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。
7.区域裁剪,截取车牌图像。-my english is poor
- 2023-06-10 05:40:04下载
- 积分:1
-
这是一个人脸识别系统的论文,基于ti的tms320c54x芯片,值得参考...
这是一个人脸识别系统的论文,基于ti的tms320c54x芯片,值得参考-Face Recognition System This is a thesis, based on the ti
- 2022-03-18 20:36:52下载
- 积分:1
-
bmp文件读取到内存代码
将bmp文件读取到内存当中,c++语言编写。BMP(全称Bitmap)是Windows操作系统中的标准图像
- 2022-02-04 20:40:08下载
- 积分:1
-
keyboard controller chip C language control procedures, the adoption of the 7219...
键盘控制芯片C语言控制程序,通过该程序可以实现7219芯片大部分LED控制功能的演示,以及键盘的读取,其中的I2C子函数也可以用于其他I2C器件-keyboard controller chip C language control procedures, the adoption of the 7219 procedures can be achieved most of LED chip control functions of the display, keyboard and read, I2C Functions can also be used for other I2C devices
- 2023-04-27 23:05:04下载
- 积分:1
-
模拟WINDOWS系统中任务管理器的CPU使用记录的控件程序
模拟WINDOWS系统中任务管理器的CPU使用记录的控件程序-WINDOWS System Simulation Task Manager CPU usage control procedures
- 2022-05-22 11:49:23下载
- 积分:1
-
lda implementation, to find a long time, but also good, we can try!
lda的实现,找了很久的,还不错的,大家可以试试!-lda implementation, to find a long time, but also good, we can try!
- 2023-03-06 03:05:04下载
- 积分:1
-
Digital image processing a simple example, a simple seal generation software.
数字图像处理的一个简单示例,一个简单的印章生成软件。-Digital image processing a simple example, a simple seal generation software.
- 2022-10-16 13:05:03下载
- 积分:1
-
some of the image processing methods, including Melissa linear detection, graysc...
一些其本的图象处理方法,其中包括哈夫 直线检测,灰度图的转换,边界锐化 提取-some of the image processing methods, including Melissa linear detection, grayscale conversion, extraction border Sharpening
- 2022-01-25 23:31:34下载
- 积分:1
-
用matlab 实现图像的采样,可实现128 ,64,32点采样
用matlab 实现图像的采样,可实现128 ,64,32点采样-Using matlab to achieve the image sampling, can be realized 128, 64,32-point sampling
- 2022-01-31 16:03:25下载
- 积分:1
-
compiler success, various web Photo View
编译成功,各类web图片浏览-compiler success, various web Photo View
- 2022-03-23 10:28:27下载
- 积分:1